From 27550c1f73edaaaca36294ec1939326009480c5b Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 5 Jul 2022 11:47:25 +0430 Subject: added goproxy env var to the docker images --- telebot/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'telebot/Dockerfile') 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 -- cgit v1.2.3