Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Re-add godep
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nathanleclaire committed Sep 28, 2015
1 parent c4cd238 commit eff8c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
ADD . /go/src/github.com/docker/machine

0 comments on commit eff8c21

Please sign in to comment.