Files
docker-machine/Dockerfile
David Gageot 9c8b4e0da3 FIX #1974 in-container make test fails
Signed-off-by: David Gageot <david@gageot.net>
2015-10-20 14:56:07 +02:00

13 lines
322 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