DEBIAN_FRONTEND verschoben
This commit is contained in:
parent
d11394dc45
commit
b0d96789d1
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
# install and configure munin
|
# install and configure munin
|
||||||
# hadolint ignore=DL3008
|
ARG DEBIAN_FRONTEND=noninteractive# hadolint ignore=DL3008
|
||||||
RUN apt-get update -qq \
|
RUN apt-get update -qq \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
&& 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 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Reference in a new issue