mirror of https://github.com/docker/docs.git
Update Go version to 1.4.2
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
cef1686b33
commit
03044dc1a0
|
@ -1,11 +1,10 @@
|
|||
FROM golang:1.3-cross
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends openssh-client
|
||||
FROM golang:1.4.2-cross
|
||||
|
||||
# TODO: Vendor these `go get` commands using Godep.
|
||||
RUN go get github.com/mitchellh/gox
|
||||
RUN go get github.com/aktau/github-release
|
||||
RUN go get github.com/tools/godep
|
||||
RUN go get code.google.com/p/go.tools/cmd/cover
|
||||
RUN go get golang.org/x/tools/cmd/cover
|
||||
|
||||
ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
|
||||
ENV MACHINE_BINARY /go/src/github.com/docker/machine/docker-machine
|
||||
|
|
Loading…
Reference in New Issue