Dockerfile: add python-dev to fix Python.h errors
@@ -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 \
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
libsqlite3-dev \