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

This commit is contained in:
Stanislav Nikitin 2020-12-23 20:15:08 +05:00
parent f8fa6bc707
commit 8f0aafd51a
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 1 additions and 1 deletions

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