Skip to content

Commit

Permalink
Tiny changed
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Apr 8, 2017
1 parent 8bd6066 commit a93be92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit a93be92

Please sign in to comment.