Update Dockerfile
This commit is contained in:
parent
a2f4b53004
commit
60ee49376e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user