diff --git a/Dockerfile b/Dockerfile index ce3d11f44..088e92e45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ LABEL maintainer="MinIO Inc " ENV GOPATH /go ENV CGO_ENABLED 0 ENV GO111MODULE on -ENV GOPROXY https://proxy.golang.org RUN \ apk add --no-cache git && \