We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3021e commit aea2b54Copy full SHA for aea2b54
dockerfiles/images/gogits/Dockerfile
@@ -13,7 +13,7 @@ ENV GOPATH /go
13
RUN apt-get update && apt-get install --yes --force-yes curl git mercurial zip wget ca-certificates build-essential
14
RUN apt-get install -yq vim sudo
15
16
-RUN curl -s http://docker.u.qiniudn.com/go1.2.1.src.tar.gz | tar -v -C /usr/local -xz
+RUN curl -sL https://golang.org/dl/go1.3.linux-amd64.tar.gz | tar -v -C /usr/local -xz
17
RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
18
19
RUN go get -u -d github.com/gogits/gogs
0 commit comments