From 3fd27832bb67c0fcccd0dc4029abca333af2b523 Mon Sep 17 00:00:00 2001 From: zachary Date: Mon, 6 Jul 2015 10:23:18 -0400 Subject: [PATCH] inital --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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