Changes Dockerfile to use go 1.4

Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)
This commit is contained in:
Mrunal Patel 2015-01-05 16:23:34 -05:00
parent 14af6755f0
commit 6c285c1d49
1 changed files with 1 additions and 2 deletions

View File

@ -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 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