Use msgpack pip package everywhere

This commit is contained in:
shortcutme 2018-02-27 02:48:15 +01:00
parent af57083afd
commit bca5d8a6c5
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
5 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ ENV HOME /root
#Install ZeroNet
RUN apk --update upgrade \
&& apk --no-cache --no-progress add musl-dev gcc python python-dev py2-pip tor \
&& pip install gevent msgpack-python \
&& pip install gevent msgpack \
&& apk del musl-dev gcc python-dev py2-pip \
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/* \
&& echo "ControlPort 9051" >> /etc/tor/torrc \