Setze DEBIAN_FRONTEND
This commit is contained in:
parent
8bb03fe930
commit
579e62ae63
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM ubuntu:20.04
|
||||||
|
|
||||||
# hadolint ignore=DL3008
|
# hadolint ignore=DL3008
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y --no-install-recommends install \
|
RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||||
cron \
|
cron \
|
||||||
munin \
|
munin \
|
||||||
nginx \
|
nginx \
|
||||||
|
|
Reference in a new issue