From d9df4af0fcc91e1988a411892bba0b792ce62427 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 22 May 2015 16:24:51 +0200 Subject: Moving docker stuff to its own repo (catlfish-dockerfiles). --- packaging/docker/onion/Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packaging/docker/onion/Dockerfile (limited to 'packaging/docker/onion/Dockerfile') diff --git a/packaging/docker/onion/Dockerfile b/packaging/docker/onion/Dockerfile deleted file mode 100644 index c1cadcd..0000000 --- a/packaging/docker/onion/Dockerfile +++ /dev/null @@ -1,11 +0,0 @@ -FROM debian:jessie -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