fix(docker): do not persist build-time proxy settings

This commit is contained in:
Dmitry Ledentsov 2024-03-04 12:17:22 +01:00 committed by GitHub
parent f0fd76ceeb
commit fc5d79965e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,10 +12,6 @@ ARG http_proxy=
ARG https_proxy= ARG https_proxy=
ARG no_proxy= ARG no_proxy=
ENV http_proxy=${http_proxy}
ENV https_proxy=${https_proxy}
ENV no_proxy=${no_proxy}
ARG TIMEZONE= ARG TIMEZONE=
RUN \ RUN \