0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-02 17:28:33 +02:00

Update the githu.com/Unknwon/com module before getting gogs.

This commit is contained in:
crystaldust 2014-04-23 02:26:56 +00:00
parent a90a014033
commit e5aaf23bb2

View 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