Merge pull request #18150 from unclejack/add_python_dev
Dockerfile: add python-dev to fix Python.h errors Upstream-commit: 0dec4403b0a6f5f56d37e22565bf060da8f399df Component: engine
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user