FIX #1974 in-container make test fails

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-10-20 14:54:32 +02:00
parent 6cac8cc95f
commit 9c8b4e0da3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN go get github.com/golang/lint/golint \
github.com/tools/godep \ github.com/tools/godep \
github.com/aktau/github-release github.com/aktau/github-release
ENV USER root
WORKDIR /go/src/github.com/docker/machine WORKDIR /go/src/github.com/docker/machine
ADD . /go/src/github.com/docker/machine ADD . /go/src/github.com/docker/machine