Merge pull request #317 from mrunalp/go1.4
Changes Dockerfile to use go 1.4
This commit is contained in:
commit
8067e34ec0
|
@ -1,6 +1,5 @@
|
|||
FROM crosbymichael/golang
|
||||
FROM golang:1.4
|
||||
|
||||
RUN apt-get update && apt-get install -y gcc make
|
||||
RUN go get golang.org/x/tools/cmd/cover
|
||||
|
||||
ENV GOPATH $GOPATH:/go/src/github.com/docker/libcontainer/vendor
|
||||
|
|
Loading…
Reference in New Issue