Merge pull request #1957 from krzotr/patch-1
Added support for encrypted connections in Dockerfile - added OpenSSL…
This commit is contained in:
commit
171b591798
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM alpine:3.8
|
|||
ENV HOME /root
|
||||
|
||||
#Install ZeroNet
|
||||
RUN apk --no-cache --no-progress add musl-dev gcc python python-dev py2-pip tor \
|
||||
RUN apk --no-cache --no-progress add musl-dev gcc python python-dev py2-pip tor openssl \
|
||||
&& pip install --no-cache-dir gevent msgpack \
|
||||
&& apk del musl-dev gcc python-dev py2-pip \
|
||||
&& echo "ControlPort 9051" >> /etc/tor/torrc \
|
||||
|
|
Loading…
Reference in a new issue