Merge pull request #262 from hansrodtang/patch-1
Updated cover tool import path.
This commit is contained in:
commit
1c5d836b05
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue