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 \