add libffi-dev

This commit is contained in:
Dryusdan 2017-11-24 01:42:50 +01:00
parent 5ce1b217bd
commit 0c7442aff6
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ RUN export BUILD_DEPS="build-base \
&& gem install bundler \
&& git clone -b master https://github.com/diaspora/diaspora.git /diaspora \
&& cd /diaspora \
&& sed -i -e "s/gem \"eye\", \"0.9.2\"/gem \"eye\", \"~> 0.9.2.nosigar\"/g" Gemfile \
&& gem uninstall eye \
gem install eye --pre \
&& chmod +x script/server \
&& bin/bundle config --global silence_root_warning 1 \
&& bin/bundle config timeout 120 \