Land #8815, update bundler before installing gems

bug/bundler_fix
Brent Cook 2017-08-13 09:32:54 -04:00
commit e36f5602cb
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ RUN apk update && \
ncurses-dev \
git \
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
&& gem install bundler \
&& bundle install --system $BUNDLER_ARGS \
&& apk del .ruby-builddeps \
&& rm -rf /var/cache/apk/*