mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
Add git to image build docker step
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user