Skip to content

Commit

Permalink
Add git to image build docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
KnVerey committed Mar 24, 2022
1 parent e864072 commit 8fa8e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kustomize.Dockerfile
Original file line number Diff line number Diff line change
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 8fa8e14

Please sign in to comment.