Commit 8acf1258 authored by Olivier Le Monnier's avatar Olivier Le Monnier
Browse files

--no-check-certificate pour wget (--insecure c'est pour curl)

parent bf72004d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ RUN apt-get -qq update && \
        lsb-release \
        apt-transport-https \
        ca-certificates && \
    wget --insecure -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
    wget --no-check-certificate -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

RUN apt-get -qq update && \