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 2f5faaf commit 4b66f88Copy full SHA for 4b66f88
Dockerfile.trixie
@@ -1,5 +1,6 @@
1
FROM debian:unstable-20250811 as base
2
-
+RUN echo "deb http://snapshot.debian.org/archive/debian/20250811T000000Z/ unstable main" > /etc/apt/sources.list
3
+RUN echo "deb-src http://snapshot.debian.org/archive/debian/20250811T000000Z/ unstable main" >> /etc/apt/sources.list
4
ARG DEBIAN_FRONTEND=noninteractive
5
ARG APT_LISTCHANGES_FRONTEND=none
6
0 commit comments