snyk-bot 2023-07-04 11:21:18 +00:00
parent 2986c23a9b
commit 9e2ca81d11
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# and then you can run containers with: # and then you can run containers with:
# docker run -t -i --rm -e http_proxy http://dockerhost:3142/ debian bash # docker run -t -i --rm -e http_proxy http://dockerhost:3142/ debian bash
# #
FROM ubuntu FROM ubuntu:22.10
VOLUME ["/var/cache/apt-cacher-ng"] VOLUME ["/var/cache/apt-cacher-ng"]
RUN apt-get update && apt-get install -y apt-cacher-ng RUN apt-get update && apt-get install -y apt-cacher-ng