Skip to content

Commit

Permalink
Pin dependencies for test_probe fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Mar 25, 2016
1 parent 2f77885 commit 64edb81
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_tests/fixtures/test_probe/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:latest
ENV GO15VENDOREXPERIMENT 1

RUN go get github.com/hashicorp/consul
RUN go get github.com/samalba/dockerclient
RUN go get github.com/coreos/etcd/client
RUN go get github.com/tools/godep

COPY src /go/src/test_probe
RUN cd /go/src/test_probe && godep restore
RUN go install test_probe
46 changes: 46 additions & 0 deletions integration_tests/fixtures/test_probe/src/Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64edb81

Please sign in to comment.