diff --git a/Dockerfile b/Dockerfile index c113586..41446f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ ARG ARCH="amd64" ARG OS="linux" -FROM debian:bullseye-slim -#FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest -RUN apt-get update && apt-get install -y freeipmi +FROM alpine:3 +RUN apk --no-cache add freeipmi LABEL maintainer="The Prometheus Authors " ARG ARCH="amd64"