We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba6a75f + 27c47bb commit 171b591Copy full SHA for 171b591
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM alpine:3.8
4
ENV HOME /root
5
6
#Install ZeroNet
7
-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 \
8
&& pip install --no-cache-dir gevent msgpack \
9
&& apk del musl-dev gcc python-dev py2-pip \
10
&& echo "ControlPort 9051" >> /etc/tor/torrc \
0 commit comments