This commit is contained in:
Liang Ding 2014-11-18 13:16:13 +08:00
parent 95faadf852
commit 56fc7de68a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM golang:latest
RUN go get github.com/88250/ide_stub
RUN go get github.com/nsf/gocode
RUN go get github.com/bradfitz/goimports
ADD . /go/src/github.com/b3log/wide