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 f583266 commit 26034e3Copy full SHA for 26034e3
cpython-unix/base.Dockerfile
@@ -18,7 +18,7 @@ CMD ["/bin/bash", "--login"]
18
WORKDIR '/build'
19
20
RUN for s in debian_wheezy debian_wheezy-updates debian_wheezy-backports debian-security_wheezy/updates; do \
21
- echo "deb http://snapshot.debian.org/archive/${s%_*}/20181129T234109Z/ ${s#*_} main"; \
+ echo "deb http://snapshot.debian.org/archive/${s%_*}/20190321T212815Z/ ${s#*_} main"; \
22
done > /etc/apt/sources.list && \
23
( echo 'quiet "true";'; \
24
echo 'APT::Get::Assume-Yes "true";'; \
0 commit comments