mirror of
https://git.netzspielplatz.de/docker-multiarch/apt-cacher-ng.git
synced 2025-11-08 17:09:37 +00:00
switched from stable-slim to stable-backports
This commit is contained in:
parent
ff92cac918
commit
c17a5dacd3
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@
|
|||
#
|
||||
# Here, `dockerhost` is the IP address or FQDN of a host running the Docker daemon
|
||||
# which acts as an APT proxy server.
|
||||
FROM debian:stable-slim
|
||||
FROM debian:stable-backports
|
||||
|
||||
VOLUME ["/var/cache/apt-cacher-ng"]
|
||||
RUN apt-get update && apt dist-upgrade -y && apt-get install -y apt-cacher-ng wget && rm -rf /var/lib/apt/lists/*
|
||||
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 echo "PassThroughPattern: .*" >> /etc/apt-cacher-ng/zz_debconf.conf
|
||||
EXPOSE 3142
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue