Mettre à jour 'Dockerfile'

This commit is contained in:
Dryusdan 2017-11-24 11:46:43 +00:00
parent 6c9ea03f7a
commit fb787e3eef
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ RUN export BUILD_DEPS="build-base \
&& rm Gemfile.lock \
&& chmod +x script/server \
&& sed -i -e "s/gem \"eye\", \"0.9.2\"/gem \"eye\", \"~> 0.9.2.nosignar\"/g" Gemfile \
&& echo "**** GEMFILE ****" \
&& cat Gemfile \
&& bin/bundle config --global silence_root_warning 1 \
&& bin/bundle config timeout 120 \
&& bin/bundle install --retry 4 --without test development \