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

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

View File

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

View File

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

View File

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

View File

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

View File

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