mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
pkg/node_exporter: Fix build
Add curla and gcc Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
facc612603
commit
0b750af7cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user