Skip to content

Commit bb7a280

Browse files
authored
Merge pull request kubernetes-sigs#5785 from koba1t/remove_unnecesary_install_command_from_Dockerfile
remove unnecesary install command from Dockerfile
2 parents 4c5c585 + d135197 commit bb7a280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kustomize.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ARG VERSION
77
ARG COMMIT
88
ARG DATE
99
RUN mkdir /build
10-
RUN apk add --no-cache git
1110
ADD . /build/
1211
WORKDIR /build/kustomize
1312
RUN CGO_ENABLED=0 GO111MODULE=on go build \

0 commit comments

Comments
 (0)