Browse Source

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

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
unclejack 9 years ago
parent
commit
92756bdcdd
5 changed files with 5 additions and 0 deletions
  1. 1 0
      Dockerfile
  2. 1 0
      Dockerfile.arm
  3. 1 0
      Dockerfile.gccgo
  4. 1 0
      Dockerfile.ppc64le
  5. 1 0
      Dockerfile.s390x

+ 1 - 0
Dockerfile

@@ -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 \

+ 1 - 0
Dockerfile.arm

@@ -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 \

+ 1 - 0
Dockerfile.gccgo

@@ -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 \

+ 1 - 0
Dockerfile.ppc64le

@@ -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 \

+ 1 - 0
Dockerfile.s390x

@@ -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 \