This commit is contained in:
parent
5b532bc9c7
commit
ca0110fccb
|
@ -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.authors="me@kurocon.nl"
|
||||||
LABEL org.opencontainers.image.source="https://git.kurocon.nl/KuroNET/munin-docker"
|
LABEL org.opencontainers.image.source="https://git.kurocon.nl/KuroNET/munin-docker"
|
||||||
LABEL org.opencontainers.image.description="Munin image with Docker binaries"
|
LABEL org.opencontainers.image.description="Munin image with Docker binaries"
|
||||||
|
|
||||||
RUN apt-get update -qq && RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive \
|
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 && \
|
mkdir -p /var/run/munin && chown -R munin:munin /var/run/munin && \
|
||||||
echo "includedir /etc/munin/munin-conf.d" > /etc/munin/munin.conf
|
echo "includedir /etc/munin/munin-conf.d" > /etc/munin/munin.conf
|
||||||
|
|
||||||
|
|
Reference in a new issue