Back to debian base
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kevin Alberts 2025-03-16 11:53:51 +01:00
parent 5b532bc9c7
commit ca0110fccb

View file

@ -1,11 +1,11 @@
FROM nginxinc/nginx-unprivileged:stable-bookworm
FROM debian:12
LABEL org.opencontainers.image.authors="me@kurocon.nl"
LABEL org.opencontainers.image.source="https://git.kurocon.nl/KuroNET/munin-docker"
LABEL org.opencontainers.image.description="Munin image with Docker binaries"
RUN apt-get update -qq && RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive \
apt-get install -y -qq munin wget curl && \
apt-get install -y -qq cron munin wget curl nginx libcgi-fast-perl && \
mkdir -p /var/run/munin && chown -R munin:munin /var/run/munin && \
echo "includedir /etc/munin/munin-conf.d" > /etc/munin/munin.conf