d95e4b3a6f
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
7 lines
250 B
Docker
7 lines
250 B
Docker
FROM golang:1.3-cross
|
|
RUN go get github.com/mitchellh/gox
|
|
RUN go get github.com/aktau/github-release
|
|
ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
|
|
WORKDIR /go/src/github.com/docker/machine
|
|
ADD . /go/src/github.com/docker/machine
|