mirror of https://github.com/docker/docs.git
Merge pull request #470 from ehazlett/fix-moar-tests
add USER to the dockerfile for tests
This commit is contained in:
commit
22b3f37750
|
@ -6,5 +6,6 @@ RUN go get github.com/tools/godep
|
|||
RUN go get code.google.com/p/go.tools/cmd/cover
|
||||
ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
|
||||
ENV MACHINE_BINARY /go/src/github.com/docker/machine/docker-machine
|
||||
ENV USER root
|
||||
WORKDIR /go/src/github.com/docker/machine
|
||||
ADD . /go/src/github.com/docker/machine
|
||||
|
|
Loading…
Reference in New Issue