mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Added installation of libffi-dev (or libffi-devel) to install docs, scripts, Dockerfiles
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user