Loading Dockerfile.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Dockerfile.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading