Merge pull request #470 from ehazlett/fix-moar-tests

add USER to the dockerfile for tests
This commit is contained in:
Evan Hazlett 2015-02-02 16:19:56 -05:00
commit 22b3f37750
1 changed files with 1 additions and 0 deletions

View File

@ -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