Update Dockerfile

This commit is contained in:
Chuck Lantz
2019-04-21 18:45:28 -07:00
parent e3638f0f48
commit 12d9971107

View File

@@ -21,7 +21,7 @@ RUN go get -u -v \
honnef.co/go/tools/... \ honnef.co/go/tools/... \
github.com/golangci/golangci-lint/cmd/golangci-lint \ github.com/golangci/golangci-lint/cmd/golangci-lint \
github.com/mgechev/revive \ github.com/mgechev/revive \
github.com/derekparker/delve/cmd/dlv github.com/derekparker/delve/cmd/dlv 2>&1
# gocode-gomod # gocode-gomod
RUN go get -x -d github.com/stamblerre/gocode \ RUN go get -x -d github.com/stamblerre/gocode \