aboutsummaryrefslogtreecommitdiffstats
path: root/telebot
diff options
context:
space:
mode:
Diffstat (limited to 'telebot')
-rw-r--r--telebot/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/telebot/Dockerfile b/telebot/Dockerfile
index 50ce2cc..cdf2a83 100644
--- a/telebot/Dockerfile
+++ b/telebot/Dockerfile
@@ -1,8 +1,6 @@
FROM alpine:3.18 as builder
-ENV GOPROXY=https://goproxy.io
RUN apk update && apk upgrade
RUN apk add go git
-ENV GOPROXY=https://goproxy.io
COPY go.* /telebot/
RUN cd /telebot && go mod download
COPY *.go /telebot/