Added installation of libffi-dev (or libffi-devel) to install docs, scripts, Dockerfiles

This commit is contained in:
troymc
2016-10-18 10:10:34 +02:00
parent 6cef0ca005
commit 818f38f688
6 changed files with 8 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
- git
- g++
- python3-dev
- libffi-dev
- python3-setuptools # mainly for easy_install3, which is used to get latest pip3
# This should make both pip and pip3 be pip version >=8.1.2 (python 3.4).