diff options
Diffstat (limited to '')
-rw-r--r-- | terminaldweller.com/gophernicus/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/terminaldweller.com/gophernicus/Dockerfile b/terminaldweller.com/gophernicus/Dockerfile new file mode 100644 index 0000000..8f77abb --- /dev/null +++ b/terminaldweller.com/gophernicus/Dockerfile @@ -0,0 +1,4 @@ +FROM debian:bullseye-slim +# RUN echo 'Acquire::http::Proxy "socks5h://192.168.1.214:9995";' > /etc/apt/apt.conf.d/proxy.conf && \ +# echo 'Acquire::https::Proxy "socks5h://192.168.1.214:9995";' >> /etc/apt/apt.conf.d/proxy.conf && \ +RUN apt-get update && apt-get install --no-install-recommends -y gophernicus |