Update Dockerfile

This commit is contained in:
uazo 2022-10-17 17:52:04 +02:00 committed by GitHub
parent a2f4b53004
commit 60ee49376e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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