tor-router/Makefile
2015-07-06 14:26:31 -04:00

16 lines
305 B
Makefile

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:
wget -qO- http://bit.ly/drone-yml-php | php > .drone.yml
docker:
cp -aruv /usr/bin/docker docker
install:
docker build -t znetstar/tor-router:0.0.1 .