Merge pull request #262 from hansrodtang/patch-1

Updated cover tool import path.
This commit is contained in:
Michael Crosby 2014-11-13 23:22:46 -08:00
commit 1c5d836b05
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM crosbymichael/golang FROM crosbymichael/golang
RUN apt-get update && apt-get install -y gcc make RUN apt-get update && apt-get install -y gcc make
RUN go get code.google.com/p/go.tools/cmd/cover RUN go get golang.org/x/tools/cmd/cover
ENV GOPATH $GOPATH:/go/src/github.com/docker/libcontainer/vendor ENV GOPATH $GOPATH:/go/src/github.com/docker/libcontainer/vendor
RUN go get github.com/docker/docker/pkg/term RUN go get github.com/docker/docker/pkg/term