pkg/node_exporter: Fix build

Add curla and gcc

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2020-04-13 14:40:16 +01:00
parent facc612603
commit 0b750af7cd

View File

@ -1,6 +1,6 @@
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 as build
RUN apk add --no-cache go git musl-dev make
RUN apk add --no-cache go git musl-dev make curl gcc
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV GITREPO=github.com/prometheus/node_exporter