remove obsolete PROXY_* vars

This commit is contained in:
Ilya Kreymer 2024-05-29 22:26:09 -07:00
parent 0a881b9fc1
commit 5354c633ed

View file

@ -6,11 +6,7 @@ FROM ${BROWSER_IMAGE_BASE}
# needed to add args to main build stage
ARG BROWSER_VERSION
ENV PROXY_HOST=localhost \
PROXY_PORT=8080 \
PROXY_CA_URL=http://wsgiprox/download/pem \
PROXY_CA_FILE=/tmp/proxy-ca.pem \
DISPLAY=:99 \
ENV DISPLAY=:99 \
GEOMETRY=1360x1020x16 \
BROWSER_VERSION=${BROWSER_VERSION} \
BROWSER_BIN=google-chrome \