diff options
| author | Linus Nordberg <linus@nordu.net> | 2017-09-25 00:33:49 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2017-09-25 00:33:49 +0200 |
| commit | 14c903cdd694d9d5a92905658bfb7176fe016aff (patch) | |
| tree | 401223c7b0bc8cb0eece6c7402455e7f7eaa5012 /onion/Dockerfile | |
| parent | 980d08df1590ca84f18c4666dd01c93dd6831c5a (diff) | |
It lives in nunoc-dockerfiles nowadays.
Diffstat (limited to 'onion/Dockerfile')
| -rw-r--r-- | onion/Dockerfile | 11 |
1 files changed, 0 insertions, 11 deletions
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"] |
