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:
@ -46,6 +46,7 @@ RUN apt-get update && apt-get install -y \
|
||||
mercurial \
|
||||
parallel \
|
||||
pkg-config \
|
||||
python-dev \
|
||||
python-mock \
|
||||
python-pip \
|
||||
python-websocket \
|
||||
|
||||
Reference in New Issue
Block a user