diff --git a/Dockerfile b/Dockerfile index 2c98d8f..8b79fe2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,6 @@ ADD ./doc.go ./ ADD ./goclean.sh ./ RUN \ - cd /go/src/github.com/toomore/gogrs && \ - go get -v ./... && \ go get github.com/golang/lint/golint && \ - go get github.com/mattn/goveralls && \ - go get golang.org/x/tools/cmd/goimports + go get golang.org/x/tools/cmd/goimports && \ + go get -v ./...