ENV Debian_frontend korrigiert + http_proxy gesetzt

This commit is contained in:
Michael Grote 2022-08-06 21:10:42 +02:00
parent 2221a40cc4
commit 5d3efa1127
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
FROM ubuntu:focal
ENV DEBIAN_FRONTEND=noninteractive
ENV http_proxy=http://acng.grote.lan:9999
# hadolint ignore=DL3008
RUN apt-get update \
&& apt-get upgrade -y \