remove signar

This commit is contained in:
Dryusdan 2017-11-24 01:56:11 +01:00
parent a4d643c7b7
commit 163ac3b1e4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,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 uninstall eye \
&& gem install eye -v 0.9.2.nosigar \
&& chmod +x script/server \