File tree 1 file changed +3
-3
lines changed
devops/docker/debian-9-amd64
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ ARG DEBIAN_FRONTEND=noninteractive
3
3
4
4
# debian-9 is EOL, update sources.list to use snapshot.debian.org mirrors
5
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
6
+ deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20220622T000000Z stretch main
7
+ deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20220622T000000Z stretch/updates main
8
+ deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20220622T000000Z stretch-updates main
9
9
EOF
10
10
11
11
RUN apt -y update && apt-get -y install software-properties-common
You can’t perform that action at this time.
0 commit comments