remove sigar && add libintl

This commit is contained in:
Dryusdan 2017-11-24 01:14:50 +01:00
parent 2759fab2b5
commit 5f59e161f5
1 changed files with 1 additions and 2 deletions

View File

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