mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 13:59:12 +00:00
commit
5ab7058701
2 changed files with 2 additions and 5 deletions
|
@ -24,11 +24,6 @@ RUN apk add --no-cache git libevent-dev openssl-dev gcc make automake ca-cer
|
|||
|
||||
RUN mkdir -p /etc/tor/
|
||||
|
||||
RUN pip install pyentrypoint==0.5.0
|
||||
|
||||
# Delete me
|
||||
RUN pip install 'Jinja2>=2.8' 'pycrypto'
|
||||
|
||||
ADD assets/entrypoint-config.yml /
|
||||
ADD assets/onions /usr/local/src/onions
|
||||
ADD assets/torrc /var/local/tor/torrc.tpl
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# docker-tor-hidden-service
|
||||
|
||||
!https://travis-ci.org/cmehay/docker-tor-hidden-service.svg?branch=master!:https://travis-ci.org/cmehay/docker-tor-hidden-service
|
||||
|
||||
Create a tor hidden service with a link
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Reference in a new issue