Dockerfile go get golang.org/x/tools/cmd/vet
This commit is contained in:
parent
77af34ab0e
commit
82b6da0a41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue