We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77649e commit 7abad4dCopy full SHA for 7abad4d
bin/php74/Dockerfile
@@ -5,6 +5,10 @@ FROM php:7.4.2-apache-buster
5
6
ARG DEBIAN_FRONTEND=noninteractive
7
8
+RUN sed -i 's|http://deb.debian.org/debian|http://archive.debian.org/debian|g' /etc/apt/sources.list && \
9
+ sed -i 's|http://security.debian.org/debian-security|http://archive.debian.org/debian-security|g' /etc/apt/sources.list && \
10
+ echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99ignore-valid-until
11
+
12
# Update
13
RUN apt-get -y update --fix-missing && \
14
apt-get upgrade -y && \
0 commit comments