Use msgpack pip package everywhere
This commit is contained in:
parent
af57083afd
commit
bca5d8a6c5
5 changed files with 5 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue