Files
docker-machine/Dockerfile
David Gageot 3d72f50c61 FIX #2255 - make cross should copy binaries
Signed-off-by: David Gageot <david@gageot.net>
2015-11-12 09:53:58 +01:00

14 lines
336 B
Docker

FROM golang:1.5.1
RUN go get github.com/golang/lint/golint \
github.com/mattn/goveralls \
golang.org/x/tools/cover \
github.com/tools/godep \
github.com/aktau/github-release
ENV USER root
WORKDIR /go/src/github.com/docker/machine
ADD . /go/src/github.com/docker/machine
RUN mkdir bin