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