mirror of https://github.com/docker/docs.git
Merge pull request #2021 from dgageot/1974-fix-makefile
FIX #1974 in-container make test fails
This commit is contained in:
commit
417cd8a9d3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue