aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-05 07:17:25 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-05 07:17:25 +0000
commit27550c1f73edaaaca36294ec1939326009480c5b (patch)
treea6416a3e56cebfce8eeb9f5c8cce105a8678a6aa /telebot/Dockerfile
parentupdate (diff)
downloadhived-27550c1f73edaaaca36294ec1939326009480c5b.tar.gz
hived-27550c1f73edaaaca36294ec1939326009480c5b.zip
added goproxy env var to the docker images
Diffstat (limited to '')
-rw-r--r--telebot/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/telebot/Dockerfile b/telebot/Dockerfile
index d038ba2..d358ed7 100644
--- a/telebot/Dockerfile
+++ b/telebot/Dockerfile
@@ -1,4 +1,5 @@
FROM alpine:3.13 as builder
+ENV GOPROXY=https://goproxy.io
RUN apk update && apk upgrade
RUN apk add go git
ENV GOPROXY=https://goproxy.io