aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-12-04 08:09:19 +0000
committerterminaldweller <devi@terminaldweller.com>2023-12-04 08:09:19 +0000
commite34a96be7d348f8e82f12337f9bf8ae0080d0be1 (patch)
tree0521c3c5737a8bc3e95398a202536d033047dc28 /telebot/Dockerfile
parentremoved the proxy (diff)
downloadhived-e34a96be7d348f8e82f12337f9bf8ae0080d0be1.tar.gz
hived-e34a96be7d348f8e82f12337f9bf8ae0080d0be1.zip
removed goproxy
Diffstat (limited to 'telebot/Dockerfile')
-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/