ENV Debian_frontend korrigiert + http_proxy gesetzt

This commit is contained in:
Michael Grote 2022-08-06 21:09:34 +02:00
parent fd6bb016c9
commit 1726aa8b41

View file

@ -6,7 +6,8 @@
############################################################
FROM debian:buster-slim
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
ENV http_proxy=http://acng.grote.lan:9999
# hadolint ignore=DL3008,DL3028
RUN apt-get update && \