hadolint: DL3015

This commit is contained in:
Michael Grote 2022-07-23 10:54:17 +02:00
parent 9daf2b8232
commit 1cdc163b77

View file

@ -4,7 +4,7 @@ FROM ubuntu:20.04
RUN apt-get update -qq \
&& RUNLEVEL=1 \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y -qq cron munin nginx apache2 wget libapache2-mod-fcgid libcgi-fast-perl ssmtp mailutils curl tzdata autoconf \
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 \
&& rm -rf /var/lib/apt/lists/*