diff --git a/Dockerfile b/Dockerfile index 4ec1b1f..cfcd7ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN export BUILD_DEPS="build-base \ ruby \ ruby-irb \ ruby-rdoc \ + sigar \ && gem install bundler \ && git clone -b master https://github.com/diaspora/diaspora.git /diaspora \ && cd /diaspora \