Skip to content

Commit

Permalink
remove unnecesary install command from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
koba1t committed Oct 9, 2024
1 parent 4c5c585 commit d135197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kustomize.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ARG VERSION
ARG COMMIT
ARG DATE
RUN mkdir /build
RUN apk add --no-cache git
ADD . /build/
WORKDIR /build/kustomize
RUN CGO_ENABLED=0 GO111MODULE=on go build \
Expand Down

0 comments on commit d135197

Please sign in to comment.