Skip to content

Commit ee0783d

Browse files
committed
playground: set GOPROXY when building Docker image
Change-Id: Ia59f12bb2ac6576409d10645885c8fd87ff528b1 Reviewed-on: https://go-review.googlesource.com/c/playground/+/188240 Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent 509e10f commit ee0783d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN cd /usr/local/go/src && GOOS=nacl GOARCH=amd64p32 ./make.bash --no-clean
4444
RUN mkdir /gocache
4545
ENV GOCACHE /gocache
4646
ENV GO111MODULE on
47+
ENV GOPROXY=https://proxy.golang.org
4748

4849
COPY go.mod /go/src/playground/go.mod
4950
COPY go.sum /go/src/playground/go.sum

0 commit comments

Comments
 (0)