Fix pyconfig.h: No such file or directory
This commit is contained in:
parent
57999d8e39
commit
4aa21c7c6f
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ ENV HOME /root
|
|||
RUN apt-get update -y
|
||||
|
||||
#Install ZeroNet deps
|
||||
RUN apt-get install msgpack-python python-gevent python-pip -y
|
||||
RUN apt-get install msgpack-python python-gevent python-pip python-dev -y
|
||||
RUN pip install msgpack-python --upgrade
|
||||
|
||||
#Add Zeronet source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue