Files
docker-machine/Dockerfile
Ben Firshman e42afabd03 Build and test using Docker
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 16:46:40 -08:00

6 lines
207 B
Docker

FROM golang:1.3-cross
RUN go get github.com/mitchellh/gox
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