mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-04-11 18:29:12 -04:00
do not check valid-until in debian release file: this permits to keep a debian packages list more than one week
This commit is contained in:
parent
ffc8e95bc3
commit
d3e8e691fd
@ -4,7 +4,7 @@
|
||||
# bookworm-slim
|
||||
FROM debian@sha256:07c6cb2ae86479dcc1942a89b0a1f4049b6e9415f7de327ff641aed58b8e3100
|
||||
# and set the package source to a specific release too
|
||||
RUN echo deb http://snapshot.notset.fr/archive/debian/20230418T024659Z bookworm main > /etc/apt/sources.list
|
||||
RUN printf "deb [check-valid-until=no] http://snapshot.notset.fr/archive/debian/20230418T024659Z bookworm main" > /etc/apt/sources.list
|
||||
|
||||
RUN apt update && apt install --no-install-recommends --no-install-suggests -y wget ca-certificates git patch unzip bzip2 make gcc g++ libc-dev
|
||||
RUN wget -O /usr/bin/opam https://github.com/ocaml/opam/releases/download/2.1.4/opam-2.1.4-i686-linux && chmod 755 /usr/bin/opam
|
||||
|
Loading…
x
Reference in New Issue
Block a user