Commit a83f5a6e authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Les variables *_proxy était écrasées au début des scripts Dockerfile-X.x.sh

parent 916e5fcf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ EOF

################################################################################################################

export http_proxy=
export https_proxy=
export no_proxy=
#export http_proxy=
#export https_proxy=
#export no_proxy=

export PHP_VERSION="$1"
export APACHE_CONF_DIR=/etc/apache2
+3 −3
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ EOF

################################################################################################################

export http_proxy=
export https_proxy=
export no_proxy=
#export http_proxy=
#export https_proxy=
#export no_proxy=

export PHP_VERSION="$1"
export APACHE_CONF_DIR=/etc/apache2