Dockerfile: add python-dev to fix Python.h errors

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
Upstream-commit: 92756bdcdddc75bcf5aa7dab2c8238abdb18ab75
Component: engine
This commit is contained in:
unclejack
2015-11-22 12:32:10 +02:00
parent 84c6cbaa3c
commit 9f1a5d95f2
5 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN apt-get update && apt-get install -y \
mercurial \
parallel \
pkg-config \
python-dev \
python-mock \
python-pip \
python-websocket \