From 60ee49376e5f6a99a905e9d4c482c1b744e90b52 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:52:04 +0200 Subject: [PATCH] Update Dockerfile --- images/bromite-build/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/images/bromite-build/Dockerfile b/images/bromite-build/Dockerfile index de452dc..6193352 100644 --- a/images/bromite-build/Dockerfile +++ b/images/bromite-build/Dockerfile @@ -2,6 +2,11 @@ ARG BROMITE_SHA FROM uazo/bromite:$BROMITE_SHA +ARG HTTP_PROXY +ENV HTTP_PROXY=$HTTP_PROXY +ENV HTTPS_PROXY=$HTTP_PROXY +ENV https_proxy=$HTTP_PROXY + USER lg WORKDIR /home/lg/working_dir