remove signar

This commit is contained in:
Dryusdan 2017-11-24 02:06:14 +01:00
parent 8749d8bd4a
commit 888289a525
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ RUN export BUILD_DEPS="build-base \
COPY rootfs/ /
RUN bin/bundle config --global silence_root_warning 1 \
RUN cd /diaspora \
&& bin/bundle config --global silence_root_warning 1 \
&& bin/bundle config timeout 120 \
&& bin/bundle install --retry 4 --without test development \
&& apk del ${BUILD_DEPS} \