Merge pull request #16089 from crazy-max/gem-native

jekyll: enforce ruby platform to compile gems with native extensions from source
This commit is contained in:
David Karlsson 2022-11-04 19:33:10 +01:00 committed by GitHub
commit 075c53a028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ ARG BUNDLER_VERSION
COPY Gemfile* .
RUN gem uninstall -aIx bundler \
&& gem install bundler -v ${BUNDLER_VERSION} \
&& bundle config set force_ruby_platform true \
&& bundle install --jobs 4 --retry 3
# Vendor Gemfile for Jekyll