mirror of https://github.com/docker/docs.git
FIX #1974 in-container make test fails
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
6cac8cc95f
commit
9c8b4e0da3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue