diff options
-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 |