This commit is contained in:
Michael Grote 2022-07-26 15:38:43 +02:00
parent b0d96789d1
commit c64014da3e

View file

@ -1,7 +1,8 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
# install and configure munin # install and configure munin
ARG DEBIAN_FRONTEND=noninteractive# hadolint ignore=DL3008 ARG DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008
RUN apt-get update -qq \ RUN apt-get update -qq \
&& apt-get install -y -qq cron munin nginx apache2 wget libapache2-mod-fcgid libcgi-fast-perl ssmtp mailutils curl tzdata autoconf --no-install-recommends \ && apt-get install -y -qq cron munin nginx apache2 wget libapache2-mod-fcgid libcgi-fast-perl ssmtp mailutils curl tzdata autoconf --no-install-recommends \
&& apt-get clean \ && apt-get clean \