ENV Debian_frontend korrigiert + http_proxy gesetzt
This commit is contained in:
parent
fd6bb016c9
commit
1726aa8b41
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
############################################################
|
############################################################
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV http_proxy=http://acng.grote.lan:9999
|
||||||
|
|
||||||
# hadolint ignore=DL3008,DL3028
|
# hadolint ignore=DL3008,DL3028
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
Loading…
Reference in a new issue