From e0d61699e6e8017a26a691d317f991f2e29f2f99 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 4 Dec 2023 02:52:30 -0500 Subject: removed the proxy --- telebot/Dockerfile | 2 -- 1 file changed, 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 -- cgit v1.2.3