remove proxy

This commit is contained in:
Michael Grote 2023-04-09 11:10:36 +02:00
parent d33a29976b
commit 036d053f47

View file

@ -1,7 +1,6 @@
FROM ubuntu:focal
ENV DEBIAN_FRONTEND=noninteractive
ENV http_proxy=http://acng2.grote.lan:9999
# hadolint ignore=DL3008,DL3028
RUN apt-get update && \