remove sigar && add libintl

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

View File

@ -31,7 +31,6 @@ RUN export BUILD_DEPS="build-base \
&& gem install bundler \
&& git clone -b master https://github.com/diaspora/diaspora.git /diaspora \
&& cd /diaspora \
&& gem 'csigar', '~> 0.7.6' \
&& rm Gemfile.lock \
&& gem 'eye', '~> 0.9.2.nosigar' \
&& chmod +x script/server \