tor-router/Makefile
2015-07-06 10:40:49 -04:00

19 lines
341 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
build: docker all
docker build -t znetstar/tor-router:0.0.1 .
install:
bash install.sh