From abf7a76dbd64800ca2489404c2d6edfc4755e6c1 Mon Sep 17 00:00:00 2001 From: Marc Villacorta Date: Fri, 5 May 2017 16:50:36 +0200 Subject: [PATCH] Added musl-dev package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 330a8a0..5c184ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV GOPATH="/go" \ # Install docker: #------------------------------------------------------------------------------ -RUN apk add -U --no-cache -t dev git go make \ +RUN apk add -U --no-cache -t dev git go make musl-dev \ && mkdir -p ${GOPATH}/src/github.com/prometheus \ && cd ${GOPATH}/src/github.com/prometheus \ && git clone https://github.com/prometheus/alertmanager.git \