diff options
Diffstat (limited to 'hived/Dockerfile')
-rw-r--r-- | hived/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hived/Dockerfile b/hived/Dockerfile index da91fb7..138e02c 100644 --- a/hived/Dockerfile +++ b/hived/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:3.13 as builder RUN apk update && apk upgrade RUN apk add go git +ENV GOPROXY=https://goproxy.io COPY go.* /hived/ RUN cd /hived && go mod download COPY *.go /hived/ |