mirror of https://github.com/docker/docs.git
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:
parent
29e169c2b5
commit
df4abc6472
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue