diff --git a/Dockerfile b/Dockerfile index cf54caf842..9859935c92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,9 @@ RUN go get github.com/mitchellh/gox \ github.com/golang/lint/golint \ github.com/mattn/goveralls \ golang.org/x/tools/cover \ + github.com/tools/godep \ github.com/aktau/github-release WORKDIR /go/src/github.com/docker/machine -ADD . /go/src/github.com/docker/machine \ No newline at end of file +ADD . /go/src/github.com/docker/machine