Add python-dev, libffi-dev, libssl-dev to the Docker build image

This commit is contained in:
bandesz
2016-11-23 12:41:07 +00:00
parent a2b8e91ae7
commit 2734f27369

View File

@@ -18,6 +18,9 @@ RUN \
zlib1g-dev \
zip \
rlwrap \
python-dev \
libffi-dev \
libssl-dev \
&& echo "Install nodejs" \
&& cd /tmp \