tor-router/Makefile

16 lines
305 B
Makefile
Raw Normal View History

2015-07-06 14:21:09 +00:00
all: dind .drone.yml
clean:
rm -f .drone.yml
dind:
git subtree add --prefix dind https://github.com/jpetazzo/dind.git master --squash
.drone.yml:
2015-07-06 14:23:18 +00:00
wget -qO- http://bit.ly/drone-yml-php | php > .drone.yml
2015-07-06 14:24:29 +00:00
docker:
cp -aruv /usr/bin/docker docker
2015-07-06 14:40:49 +00:00
install:
2015-07-06 18:26:31 +00:00
docker build -t znetstar/tor-router:0.0.1 .