Skip to content

Commit 171b591

Browse files
authored
Merge pull request #1957 from krzotr/patch-1
Added support for encrypted connections in Dockerfile - added OpenSSL…
2 parents ba6a75f + 27c47bb commit 171b591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.8
44
ENV HOME /root
55

66
#Install ZeroNet
7-
RUN apk --no-cache --no-progress add musl-dev gcc python python-dev py2-pip tor \
7+
RUN apk --no-cache --no-progress add musl-dev gcc python python-dev py2-pip tor openssl \
88
&& pip install --no-cache-dir gevent msgpack \
99
&& apk del musl-dev gcc python-dev py2-pip \
1010
&& echo "ControlPort 9051" >> /etc/tor/torrc \

0 commit comments

Comments
 (0)