container restart in while

This commit is contained in:
Dryusdan 2017-11-23 23:40:27 +01:00
parent a557df4e4d
commit 10d4e6f805
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN export BUILD_DEPS="build-base \
&& cd /diaspora \
&& chmod +x script/server \
&& bin/bundle config --global silence_root_warning 1 \
&& bin/bundle install --retry 4 --without test development \
&& bin/bundle install --retry 4 --without test development --verbose \
&& apk del ${BUILD_DEPS} \
&& rm -rf /tmp/* /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /diaspora/.git