Commit 5479469b authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Tentative de correction de l'erreur 'The certificate of 'packages.sury.org'...

Tentative de correction de l'erreur 'The certificate of 'packages.sury.org' has expired.' lors du build sur lgitlab : wget --no-dns-cache
parent 29e5c7b4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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