remove sigar && add libintl

This commit is contained in:
Dryusdan 2017-11-24 01:10:17 +01:00
parent 1d1a045be2
commit 1a8394b01d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN export BUILD_DEPS="build-base \
&& git clone -b master https://github.com/diaspora/diaspora.git /diaspora \
&& cd /diaspora \
&& gem 'csigar', '~> 0.7.6' \
&& rm Gemfile.lock \
&& rm Gemfile.lock \
&& gem 'eye', '~> 0.9.2.nosigar' \
&& chmod +x script/server \
&& bin/bundle config --global silence_root_warning 1 \