Commit 66c41943 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Dockerfile.sh : http_proxy ne suffit pas à wget.

parent ea7cf488
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ apt-get -qq update
# PHP 7.x PPA repository
apt-get install -y wget lsb-release apt-transport-https ca-certificates
echo "http_proxy = ${HTTP_PROXY}"  >> /etc/wgetrc
echo "https_proxy = ${HTTP_PROXY}" >> /etc/wgetrc
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list