diff --git a/Makefile b/Makefile index e1009c0..d508808 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,7 @@ 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 \ No newline at end of file + wget -qO- http://bit.ly/drone-yml-php | php > .drone.yml + +install: + docker build -t znetstar/tor-router:0.0.1 \ No newline at end of file