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 a1e4e44 commit 459824eCopy full SHA for 459824e
cpython-unix/build.cross.Dockerfile
@@ -17,9 +17,11 @@ ENV HOME=/build \
17
CMD ["/bin/bash", "--login"]
18
WORKDIR '/build'
19
20
-# Stretch stopped publishing snapshots in April 2023.
+# Stretch stopped publishing snapshots in April 2023. Last snapshot
21
+# is 20230423T032533Z. But there are package authentication issues
22
+# with this snapshot.
23
RUN for s in debian_stretch debian_stretch-updates debian-security_stretch/updates; do \
- echo "deb http://snapshot.debian.org/archive/${s%_*}/20230423T032533Z/ ${s#*_} main"; \
24
+ echo "deb http://snapshot.debian.org/archive/${s%_*}/20221105T150728Z/ ${s#*_} main"; \
25
done > /etc/apt/sources.list && \
26
( echo 'quiet "true";'; \
27
echo 'APT::Get::Assume-Yes "true";'; \
0 commit comments