Skip to content

Commit

Permalink
Fix pyconfig.h: No such file or directory
Browse files Browse the repository at this point in the history
  • Loading branch information
n3r0-ch committed May 31, 2015
1 parent 57999d8 commit 4aa21c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

#Install deps
config.vm.provision "shell",
inline: "sudo apt-get install msgpack-python python-gevent python-pip -y"
inline: "sudo apt-get install msgpack-python python-gevent python-pip python-dev -y"
config.vm.provision "shell",
inline: "sudo pip install msgpack-python --upgrade"

Expand Down

0 comments on commit 4aa21c7

Please sign in to comment.