From 7708decfccc9eb3b8a197ef52251bb21e81dec3e Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:55:28 -0800 Subject: [PATCH] Update Dockerfile --- images/github-runner/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/github-runner/Dockerfile b/images/github-runner/Dockerfile index 458fa03..3b090b3 100644 --- a/images/github-runner/Dockerfile +++ b/images/github-runner/Dockerfile @@ -109,10 +109,10 @@ RUN chmod +x ./patched/runsvc.sh /usr/local/bin/startup.sh USER runner -ENV HTTP_PROXY="http://127.0.0.1:8118" -ENV HTTPS_PROXY="http://127.0.0.1:8118" -ENV http_proxy="http://127.0.0.1:8118" -ENV https_proxy="http://127.0.0.1:8118" +ENV HTTP_PROXY="http://172.18.0.1:8118" +ENV HTTPS_PROXY="http://172.18.0.1:8118" +ENV http_proxy="http://172.18.0.1:8118" +ENV https_proxy="http://172.18.0.1:8118" COPY docker.default /etc/default/docker COPY proxy.conf /etc/apt/apt.conf.d/proxy.conf