diff --git a/Dockerfile b/Dockerfile index 0f81c4b..f45fcd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,10 @@ ARG ARCH="amd64" ARG OS="linux" -FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc +FROM ${ARCH}/alpine:3 LABEL maintainer="The Prometheus Authors " +RUN apk install smartmontools + ARG ARCH="amd64" ARG OS="linux" COPY .build/${OS}-${ARCH}/smartctl_exporter /bin/smartctl_exporter