remove sigar && add libintl

This commit is contained in:
Dryusdan 2017-11-24 01:01:42 +01:00
parent ef69a42354
commit 52d0beb7ad
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ 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/sigar (~> 0.7.3)/csigar (~> 0.7.6)/g" Gemfile.lock \
&& chmod +x script/server \
&& bin/bundle config --global silence_root_warning 1 \
&& bin/bundle config timeout 120 \