Browse Source

Merge branch 'master' of github.com:gogits/gogs into dev

tags/v1.2.0-rc1
Unknown 11 years ago
parent
commit
3684e70dc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dockerfiles/images/gogits/Dockerfile

+ 1
- 1
dockerfiles/images/gogits/Dockerfile View File

@@ -13,7 +13,7 @@ ENV GOROOT /usr/local/go
ENV GOPATH /go

RUN apt-get update && apt-get install --yes --force-yes curl git mercurial zip wget ca-certificates build-essential
RUN apt-get install -yq vim
RUN apt-get install -yq vim sudo

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


Loading…
Cancel
Save