mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
add make vendor for #56
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
02fe82a79f
commit
6943aa001e
@ -5,6 +5,9 @@ mdnstool: Dockerfile mdnstool.go mdnsmon/mdnsmon.go
|
||||
docker run --rm mdnstool:build cat /go/bin/mdnstool > mdnstool
|
||||
chmod 755 mdnstool
|
||||
|
||||
vendor:
|
||||
docker run -v $(PWD):/go/src -it justincormack/gvt sh -c 'cd /go/src; gvt fetch github.com/hashicorp/mdns'
|
||||
|
||||
clean:
|
||||
rm -f mdnstool
|
||||
docker images -q mdnstool:build | xargs docker rmi -f
|
||||
|
Loading…
Reference in New Issue
Block a user