Merge pull request #3326 from wangkuiyi/remove_curl_progress_info

Remove curl progress info in Dockerfile
fixstartbug
Yi Wang 8 years ago committed by GitHub
commit 95fb16177c

@ -47,7 +47,7 @@ ENV GOROOT=/usr/local/go GOPATH=/root/gopath
# should not be in the same line with GOROOT definition, otherwise docker build could not find GOROOT.
ENV PATH=${PATH}:${GOROOT}/bin:${GOPATH}/bin
# install glide
RUN curl -q https://glide.sh/get | sh
RUN curl -s -q https://glide.sh/get | sh
# git credential to skip password typing
RUN git config --global credential.helper store

Loading…
Cancel
Save