mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
jekyll: enforce ruby platform to compile gems with native extensions from source
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user