mirror of
https://git.netzspielplatz.de/docker-multiarch/apt-cacher-ng.git
synced 2025-11-08 14:09:32 +00:00
make it work with the new stable release 'bullseye'
This commit is contained in:
parent
26b2c9a032
commit
ade370f040
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
FROM debian:stable-backports
|
||||
|
||||
VOLUME ["/var/cache/apt-cacher-ng"]
|
||||
RUN apt-get update && apt dist-upgrade -y && apt-get install -t buster-backports -y apt-cacher-ng wget && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt dist-upgrade -y && apt-get install -t $(env -i bash -c '. /etc/os-release; echo $VERSION_CODENAME')-backports -y apt-cacher-ng wget && rm -rf /var/lib/apt/lists/*
|
||||
RUN echo "PassThroughPattern: .*" >> /etc/apt-cacher-ng/zz_debconf.conf
|
||||
EXPOSE 3142
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue