Mettre à jour 'Dockerfile'

This commit is contained in:
Dryusdan 2017-11-24 12:46:24 +00:00
parent 26dfb08cf2
commit d01640d3dc
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ RUN export BUILD_DEPS="build-base \
ruby-irb \
ruby-rdoc \
ruby-rake \
&& git clone https://github.com/AlexYaruki/sigar.git /tmp/sigar \
&& cd /tmp/sigar/bindings/ruby \
&& git clone https://github.com/ncopa/sigar.git /tmp/sigar \
&& cd /tmp/sigar/\
&& rake \
&& gem install bundler \
&& git clone -b master https://github.com/diaspora/diaspora.git /diaspora \