From: crystaldust Date: Wed, 23 Apr 2014 03:16:09 +0000 (+0000) Subject: Remove the dependency of Unkwon/com, since gogs has already integrate the lateset... X-Git-Tag: v0.9.99~2180^2~2^2^2~2^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=baacba96ca760608036fd770afac48adaaa36d1c;p=gitea.git Remove the dependency of Unkwon/com, since gogs has already integrate the lateset version of Unkwon/com. --- diff --git a/dockerfiles/images/gogits/Dockerfile b/dockerfiles/images/gogits/Dockerfile index 1b85f3bdfc..25d1dd5e5c 100644 --- a/dockerfiles/images/gogits/Dockerfile +++ b/dockerfiles/images/gogits/Dockerfile @@ -18,7 +18,6 @@ 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