Loading Dockerfile-7.x +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ RUN apt-get -qq update # Repositories fournissant PHP 5.x, 7.x et 8.x RUN apt-get install -y wget lsb-release apt-transport-https ca-certificates && \ wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \ wget --no-dns-cache -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-7.x +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ RUN apt-get -qq update # Repositories fournissant PHP 5.x, 7.x et 8.x RUN apt-get install -y wget lsb-release apt-transport-https ca-certificates && \ wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \ wget --no-dns-cache -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