We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
archive.debian.org
1 parent 2ab02ee commit cb79415Copy full SHA for cb79415
Dockerfile
@@ -58,10 +58,10 @@ RUN set -eux; \
58
;; \
59
\
60
debian|ubuntu) \
61
- # Fix Jessie APT sources (it has been moved to http://archive.debian.org)
+ # Fix Jessie & Stretch APT sources (they have been moved to http://archive.debian.org)
62
sed -i -r \
63
- -e '/jessie[-\/]updates/d' \
64
- -e 's|http://(deb\|httpredir).debian.org/debian jessie|http://archive.debian.org/debian jessie|' \
+ -e '/(jessie|stretch)[-\/]updates/d' \
+ -e 's|http://(deb\|httpredir).debian.org/debian (jessie\|stretch)|http://archive.debian.org/debian \2|' \
65
/etc/apt/sources.list; \
66
67
# Detect Debian version
0 commit comments