mirror of https://github.com/minio/minio.git
Remove usage of GORPOXY let 'go' decide the defaults (#8855)
This commit is contained in:
parent
88286cf8d0
commit
7a400542ae
|
@ -5,7 +5,6 @@ LABEL maintainer="MinIO Inc <dev@min.io>"
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
ENV CGO_ENABLED 0
|
ENV CGO_ENABLED 0
|
||||||
ENV GO111MODULE on
|
ENV GO111MODULE on
|
||||||
ENV GOPROXY https://proxy.golang.org
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache git && \
|
apk add --no-cache git && \
|
||||||
|
|
Loading…
Reference in New Issue