diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-05-07 07:26:01 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-05-07 07:26:01 +0000 |
commit | 3315acb9ca79b2f6bbd68ec99c4506fc3ae7ca92 (patch) | |
tree | 4f0c5e66c2a824a2420ec211ee0585bece03fda8 /terminaldweller.com/gophernicus/Dockerfile | |
parent | update (diff) | |
download | scripts-3315acb9ca79b2f6bbd68ec99c4506fc3ae7ca92.tar.gz scripts-3315acb9ca79b2f6bbd68ec99c4506fc3ae7ca92.zip |
update
Diffstat (limited to 'terminaldweller.com/gophernicus/Dockerfile')
-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 |