Changes Dockerfile to use go 1.4
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)
This commit is contained in:
parent
14af6755f0
commit
6c285c1d49
|
@ -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