Add git to image build docker step

This commit is contained in:
Katrina Verey
2022-03-24 16:42:39 -04:00
parent e8640724a9
commit 8fa8e14eeb

View File

@@ -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 \