From 8f0aafd51a1a6574c19914af654b4bcd2ff7f084 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 23 Dec 2020 20:15:08 +0500 Subject: [PATCH] Happens with the best of us... install -> add for apk command. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7eb604d..80943ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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