Skip to content

Commit 4b66f88

Browse files
theassemblerguyvitalyster
authored andcommitted
Add snapshot repositories to match the date of the Debian unstable base image
1 parent 2f5faaf commit 4b66f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.trixie

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM debian:unstable-20250811 as base
2-
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
34
ARG DEBIAN_FRONTEND=noninteractive
45
ARG APT_LISTCHANGES_FRONTEND=none
56

0 commit comments

Comments
 (0)