ENV Debian_frontend korrigiert + http_proxy gesetzt
This commit is contained in:
parent
2221a40cc4
commit
5d3efa1127
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue