Skip to content

Commit

Permalink
RUN apk update && apk upgrade from hostplumber/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizen committed Sep 25, 2024
1 parent fdfdadd commit 972c264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hostplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
FROM alpine:3.16
WORKDIR /

RUN apk update && apk upgrade
RUN apk add --no-cache bash
RUN apk add --no-cache ethtool
RUN apk add --no-cache pciutils
Expand Down

0 comments on commit 972c264

Please sign in to comment.