Skip to content

Commit

Permalink
Merge pull request #4534 from KnVerey/add-git-to-builder
Browse files Browse the repository at this point in the history
Add git to image build docker step
  • Loading branch information
natasha41575 committed Mar 24, 2022
2 parents 26b5e62 + 8fa8e14 commit de6b978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kustomize.Dockerfile
Expand Up @@ -4,6 +4,7 @@ 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 de6b978

Please sign in to comment.