Happens with the best of us... install -> add for apk command.

This commit is contained in:
2020-12-23 20:15:08 +05:00
parent f8fa6bc707
commit 8f0aafd51a

View File

@@ -9,7 +9,7 @@ ARG CI_COMMIT_REF_NAME
ARG CI_COMMIT_TAG
ENV CGO_ENABLED=0
RUN apk install git make
RUN apk add git make
RUN make metricatord-build
FROM registry.gitlab.pztrn.name/containers/mirror/golang:1.15.5-alpine