mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
fix(docker): do not persist build-time proxy settings
This commit is contained in:
parent
f0fd76ceeb
commit
fc5d79965e
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ ARG http_proxy=
|
|||
ARG https_proxy=
|
||||
ARG no_proxy=
|
||||
|
||||
ENV http_proxy=${http_proxy}
|
||||
ENV https_proxy=${https_proxy}
|
||||
ENV no_proxy=${no_proxy}
|
||||
|
||||
ARG TIMEZONE=
|
||||
|
||||
RUN \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue