tor-router/Makefile

19 lines
341 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
build: docker all
2015-07-06 14:24:29 +00:00
docker build -t znetstar/tor-router:0.0.1 .
2015-07-06 14:40:49 +00:00
install:
bash install.sh