From 14c903cdd694d9d5a92905658bfb7176fe016aff Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 25 Sep 2017 00:33:49 +0200 Subject: Remove onion. It lives in nunoc-dockerfiles nowadays. --- onion/Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 onion/Dockerfile (limited to 'onion/Dockerfile') diff --git a/onion/Dockerfile b/onion/Dockerfile deleted file mode 100644 index df2caed..0000000 --- a/onion/Dockerfile +++ /dev/null @@ -1,11 +0,0 @@ -FROM base -RUN apt-get update -RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections -RUN apt-get -y -q install tor -RUN systemctl disable tor -ADD start.sh /start.sh -RUN chmod a+rx /start.sh -VOLUME /etc/tor -VOLUME /var/lib/tor/hs -RUN chown -R debian-tor:debian-tor /var/lib/tor/hs -ENTRYPOINT ["/start.sh"] -- cgit v1.1