We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc6ecd commit fb8c2b9Copy full SHA for fb8c2b9
devops/docker/debian-9-amd64/Dockerfile
@@ -1,5 +1,13 @@
1
FROM debian:stretch
2
ARG DEBIAN_FRONTEND=noninteractive
3
+
4
+# debian-9 is EOL, update sources.list to use snapshot.debian.org mirrors
5
+RUN cat <<EOF > /etc/apt/sources.list
6
+deb http://snapshot.debian.org/archive/debian/20220622T000000Z stretch main
7
+deb http://snapshot.debian.org/archive/debian-security/20220622T000000Z stretch/updates main
8
+deb http://snapshot.debian.org/archive/debian/20220622T000000Z stretch-updates main
9
+EOF
10
11
RUN apt -y update && apt-get -y install software-properties-common
12
RUN apt -y update && apt-get -y install \
13
git \
0 commit comments