Skip to content

Commit a93be92

Browse files
committed
Tiny changed
1 parent 8bd6066 commit a93be92

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ ADD ./doc.go ./
1515
ADD ./goclean.sh ./
1616

1717
RUN \
18-
cd /go/src/github.com/toomore/gogrs && \
19-
go get -v ./... && \
2018
go get github.com/golang/lint/golint && \
21-
go get github.com/mattn/goveralls && \
22-
go get golang.org/x/tools/cmd/goimports
19+
go get golang.org/x/tools/cmd/goimports && \
20+
go get -v ./...

0 commit comments

Comments
 (0)