Added support for encrypted connections in Dockerfile - added OpenSSL library
This commit is contained in:
parent
ba6a75f8d7
commit
27c47bb3bd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM alpine:3.8
|
||||||
ENV HOME /root
|
ENV HOME /root
|
||||||
|
|
||||||
#Install ZeroNet
|
#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 \
|
&& pip install --no-cache-dir gevent msgpack \
|
||||||
&& apk del musl-dev gcc python-dev py2-pip \
|
&& apk del musl-dev gcc python-dev py2-pip \
|
||||||
&& echo "ControlPort 9051" >> /etc/tor/torrc \
|
&& echo "ControlPort 9051" >> /etc/tor/torrc \
|
||||||
|
|
Loading…
Reference in a new issue