We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aaaa38 + 1921939 commit 6cff815Copy full SHA for 6cff815
Makefile
@@ -33,6 +33,7 @@ deps:
33
go get -u -v -d github.com/coreos/etcd
34
go get -u -v -d github.com/docker/docker/api/types || echo oops
35
go get -u -v -d github.com/docker/docker/api/types/container
36
+ rm -rf $GOPATH/src/github.com/docker/docker/vendor
37
38
build:
39
go build -ldflags "$(GO_LDFLAGS)" -a -tags netgo -installsuffix netgo -o eru-core
0 commit comments