We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509e10f commit ee0783dCopy full SHA for ee0783d
Dockerfile
@@ -44,6 +44,7 @@ RUN cd /usr/local/go/src && GOOS=nacl GOARCH=amd64p32 ./make.bash --no-clean
44
RUN mkdir /gocache
45
ENV GOCACHE /gocache
46
ENV GO111MODULE on
47
+ENV GOPROXY=https://proxy.golang.org
48
49
COPY go.mod /go/src/playground/go.mod
50
COPY go.sum /go/src/playground/go.sum
0 commit comments