File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list \
55 && sed -i '/stretch-updates/d' /etc/apt/sources.list
66
77RUN apt-get update -qq \
8- && apt install -y ca-certificates \
8+ && apt install -y --allow-unauthenticated ca-certificates \
99 && sed -i '/^mozilla\/ DST_Root_CA_X3.crt$/ s/^/!/' /etc/ca-certificates.conf \
1010 && update-ca-certificates \
1111 && rm -rf /var/lib/apt/lists/*
1212
1313RUN apt-get update \
14- && apt-get install -y unzip curl zlib1g-dev libicu-dev libpq-dev libgearman-dev
14+ && apt-get install -y --allow-unauthenticated unzip curl zlib1g-dev libicu-dev libpq-dev libgearman-dev
1515
1616RUN docker-php-ext-install zip pcntl bcmath pdo_mysql intl pdo_pgsql
1717
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list \
44 && sed -i 's|security.debian.org|archive.debian.org|g' /etc/apt/sources.list \
55 && sed -i '/stretch-updates/d' /etc/apt/sources.list
66
7- RUN apt update -qq \
8- && apt install -y ca-certificates \
7+ RUN apt-get update -qq \
8+ && apt install -y --allow-unauthenticated ca-certificates \
99 && sed -i '/^mozilla\/ DST_Root_CA_X3.crt$/ s/^/!/' /etc/ca-certificates.conf \
1010 && update-ca-certificates \
1111 && rm -rf /var/lib/apt/lists/*
1212
1313RUN apt-get update \
14- && apt-get install -y unzip curl zlib1g-dev libicu-dev libpq-dev libgearman-dev
14+ && apt-get install -y --allow-unauthenticated unzip curl zlib1g-dev libicu-dev libpq-dev libgearman-dev
1515
1616RUN docker-php-ext-install zip pcntl bcmath pdo_mysql intl pdo_pgsql
1717
You can’t perform that action at this time.
0 commit comments