drone: fix apt-mirror address
This commit is contained in:
parent
543762e4b3
commit
614b23fdf0
1 changed files with 1 additions and 1 deletions
|
@ -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,DL3028
|
||||
RUN apt-get update && \
|
||||
|
|
Loading…
Reference in a new issue