hadolint: DL3015
This commit is contained in:
parent
9daf2b8232
commit
1cdc163b77
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
||||
|
|
Reference in a new issue