mirror of https://github.com/docker/docs.git
Re-add godep
This change is needed to fix a Continuous Build pipeline run by @ehazlett which spits out master build binaries for Docker Machine. Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
c4cd2385bf
commit
eff8c21a87
|
@ -4,8 +4,9 @@ RUN go get github.com/mitchellh/gox \
|
||||||
github.com/golang/lint/golint \
|
github.com/golang/lint/golint \
|
||||||
github.com/mattn/goveralls \
|
github.com/mattn/goveralls \
|
||||||
golang.org/x/tools/cover \
|
golang.org/x/tools/cover \
|
||||||
|
github.com/tools/godep \
|
||||||
github.com/aktau/github-release
|
github.com/aktau/github-release
|
||||||
|
|
||||||
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