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

@@ -1,7 +1,7 @@
FROM rethinkdb:2.3
RUN apt-get update
RUN apt-get -y install python3 python3-pip
RUN apt-get -y install python3 python3-pip libffi-dev
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade setuptools