Remove usage of GORPOXY let 'go' decide the defaults (#8855)

This commit is contained in:
Harshavardhana 2020-01-19 09:17:42 -08:00 committed by kannappanr
parent 88286cf8d0
commit 7a400542ae
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ LABEL maintainer="MinIO Inc <dev@min.io>"
ENV GOPATH /go
ENV CGO_ENABLED 0
ENV GO111MODULE on
ENV GOPROXY https://proxy.golang.org
RUN \
apk add --no-cache git && \