Merge pull request #2021 from dgageot/1974-fix-makefile

FIX #1974 in-container make test fails
This commit is contained in:
Olivier Gambier 2015-10-20 10:27:44 -07:00
commit 417cd8a9d3
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/aktau/github-release
ENV USER root
WORKDIR /go/src/github.com/docker/machine
ADD . /go/src/github.com/docker/machine