drone: fix apt-mirror address

This commit is contained in:
Michael Grote 2022-11-17 17:06:40 +01:00
parent f8a180d790
commit ad59059633
1 changed files with 1 additions and 1 deletions

View File

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