Setze DEBIAN_FRONTEND

This commit is contained in:
Michael Grote 2022-08-06 20:33:28 +02:00
parent 8bb03fe930
commit 579e62ae63

View file

@ -5,7 +5,7 @@ FROM ubuntu:20.04
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get -y --no-install-recommends install \
RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
cron \
munin \
nginx \