mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
build(docker): build from behind a proxy (#6201)
* feat: Docker build from behind a proxy * fix(docker): do not persist build-time proxy settings
This commit is contained in:
parent
265e32bfa9
commit
7d715f066f
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
FROM node:alpine as build
|
||||
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"
|
||||
|
||||
# Set these arguments when building the image from behind a proxy
|
||||
ARG http_proxy=
|
||||
ARG https_proxy=
|
||||
ARG no_proxy=
|
||||
|
||||
ARG TIMEZONE=
|
||||
|
||||
RUN \
|
||||
|
|
Loading…
Reference in a new issue