diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-12-04 07:52:30 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-12-04 07:52:30 +0000 |
commit | e0d61699e6e8017a26a691d317f991f2e29f2f99 (patch) | |
tree | 48dfd2759116282f46760bccc24bf43b60b7b70a | |
parent | updated the go.mod files (diff) | |
download | hived-e0d61699e6e8017a26a691d317f991f2e29f2f99.tar.gz hived-e0d61699e6e8017a26a691d317f991f2e29f2f99.zip |
removed the proxy
-rw-r--r-- | telebot/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/telebot/Dockerfile b/telebot/Dockerfile index 898b524..50ce2cc 100644 --- a/telebot/Dockerfile +++ b/telebot/Dockerfile @@ -1,7 +1,5 @@ FROM alpine:3.18 as builder ENV GOPROXY=https://goproxy.io -ENV ALL_PROXY=socks5://192.168.1.214:9995 -ENV HTTPS_PROXY=socks5://192.168.1.214:9995 RUN apk update && apk upgrade RUN apk add go git ENV GOPROXY=https://goproxy.io |