add libffi-dev

This commit is contained in:
Dryusdan 2017-11-24 01:45:34 +01:00
parent 0c7442aff6
commit 84291487d0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RUN export BUILD_DEPS="build-base \
&& git clone -b master https://github.com/diaspora/diaspora.git /diaspora \
&& cd /diaspora \
&& gem uninstall eye \
gem install eye --pre \
&& gem install eye -v 0.9.2.signar \
&& chmod +x script/server \
&& bin/bundle config --global silence_root_warning 1 \
&& bin/bundle config timeout 120 \