Skip to content

Commit

Permalink
Merge pull request #5785 from koba1t/remove_unnecesary_install_comman…
Browse files Browse the repository at this point in the history
…d_from_Dockerfile

remove unnecesary install command from Dockerfile
  • Loading branch information
k8s-ci-robot authored Oct 10, 2024
2 parents 4c5c585 + d135197 commit bb7a280
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 bb7a280

Please # to comment.