We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef1686 commit 03044dcCopy full SHA for 03044dc
Dockerfile
@@ -1,11 +1,10 @@
1
-FROM golang:1.3-cross
2
-RUN apt-get update && apt-get install -y --no-install-recommends openssh-client
+FROM golang:1.4.2-cross
3
4
# TODO: Vendor these `go get` commands using Godep.
5
RUN go get github.com/mitchellh/gox
6
RUN go get github.com/aktau/github-release
7
RUN go get github.com/tools/godep
8
-RUN go get code.google.com/p/go.tools/cmd/cover
+RUN go get golang.org/x/tools/cmd/cover
9
10
ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
11
ENV MACHINE_BINARY /go/src/github.com/docker/machine/docker-machine
0 commit comments