зеркало из https://github.com/microsoft/docker.git
Dockerfile: add python-dev to fix Python.h errors
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
This commit is contained in:
Родитель
afe6c1f30c
Коммит
92756bdcdd
|
@ -57,6 +57,7 @@ RUN apt-get update && apt-get install -y \
|
|||
mercurial \
|
||||
parallel \
|
||||
pkg-config \
|
||||
python-dev \
|
||||
python-mock \
|
||||
python-pip \
|
||||
python-websocket \
|
||||
|
|
|
@ -46,6 +46,7 @@ RUN apt-get update && apt-get install -y \
|
|||
mercurial \
|
||||
parallel \
|
||||
pkg-config \
|
||||
python-dev \
|
||||
python-mock \
|
||||
python-pip \
|
||||
python-websocket \
|
||||
|
|
|
@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libsqlite3-dev \
|
||||
mercurial \
|
||||
parallel \
|
||||
python-dev \
|
||||
python-mock \
|
||||
python-pip \
|
||||
python-websocket \
|
||||
|
|
|
@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libsqlite3-dev \
|
||||
mercurial \
|
||||
parallel \
|
||||
python-dev \
|
||||
python-mock \
|
||||
python-pip \
|
||||
python-websocket \
|
||||
|
|
|
@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libsqlite3-dev \
|
||||
mercurial \
|
||||
parallel \
|
||||
python-dev \
|
||||
python-mock \
|
||||
python-pip \
|
||||
python-websocket \
|
||||
|
|
Загрузка…
Ссылка в новой задаче