]> source.dussan.org Git - gitea.git/commitdiff
Update the githu.com/Unknwon/com module before getting gogs.
authorcrystaldust <juzhenatpku@gmail.com>
Wed, 23 Apr 2014 02:26:56 +0000 (02:26 +0000)
committercrystaldust <juzhenatpku@gmail.com>
Wed, 23 Apr 2014 02:26:56 +0000 (02:26 +0000)
dockerfiles/images/gogits/Dockerfile

index 25d1dd5e5cc39c1c1b0385de494a79665f3e43d0..1b85f3bdfc5fd337bd99b7af36065650bc9d1e63 100644 (file)
@@ -18,6 +18,7 @@ RUN apt-get install -yq vim
 RUN curl -s http://docker.u.qiniudn.com/go1.2.1.src.tar.gz | tar -v -C /usr/local -xz
 RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
 
+RUN go get -u github.com/Unknwon/com
 RUN go get -u -d github.com/gogits/gogs 
 RUN cd $GOPATH/src/github.com/gogits/gogs && git checkout dev && git pull origin dev && go install && go build -tags redis