From ca0110fccb3ac93f47742f008ecb42a0834c381f Mon Sep 17 00:00:00 2001 From: Kevin Alberts Date: Sun, 16 Mar 2025 11:53:51 +0100 Subject: [PATCH] Back to debian base --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5dbee75..22d3fdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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