Dockerfile go get golang.org/x/tools/cmd/vet
This commit is contained in:
parent
92d922f66b
commit
77af34ab0e
|
@ -8,7 +8,7 @@ RUN useradd wide && useradd runner
|
||||||
ENV GOROOT /usr/src/go
|
ENV GOROOT /usr/src/go
|
||||||
ENV GOPATH /wide/gogogo
|
ENV GOPATH /wide/gogogo
|
||||||
|
|
||||||
RUN go get -v github.com/88250/ide_stub github.com/nsf/gocode github.com/bradfitz/goimports
|
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
|
||||||
|
|
||||||
WORKDIR /wide/gogogo/src/github.com/b3log/wide
|
WORKDIR /wide/gogogo/src/github.com/b3log/wide
|
||||||
RUN go get -v && go build -v
|
RUN go get -v && go build -v
|
||||||
|
|
Loading…
Reference in New Issue