Dockerfile go get golang.org/x/tools/cmd/vet

This commit is contained in:
Liang Ding 2015-01-01 10:24:10 +08:00
parent 77af34ab0e
commit 82b6da0a41
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN useradd wide && useradd runner
ENV GOROOT /usr/src/go
ENV GOPATH /wide/gogogo
RUN go get -v go get golang.org/x/tools/cmd/vet github.com/88250/ide_stub github.com/nsf/gocode github.com/bradfitz/goimports
RUN go get -v golang.org/x/tools/cmd/vet github.com/88250/ide_stub github.com/nsf/gocode github.com/bradfitz/goimports
WORKDIR /wide/gogogo/src/github.com/b3log/wide
RUN go get -v && go build -v