remove unnecesary install command from Dockerfile

This commit is contained in:
koba1t
2024-10-09 23:26:16 +09:00
parent 4c5c585592
commit d135197eba

View File

@@ -7,7 +7,6 @@ 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 \