We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc2343 commit 82c597eCopy full SHA for 82c597e
.docker/Dockerfile
@@ -62,6 +62,7 @@ RUN bundle config build --use-system-libraries && \
62
bundle config build.nokogiri --use-system-libraries && \
63
bundle config set system 'true' && \
64
bundle config set clean 'true' && \
65
+ bundle lock --add-platform x86_64-linux && \
66
bundle install \
67
--gemfile="${JEKYLL_VAR_DIR}/entrypoint/Gemfile" \
68
--jobs=4
0 commit comments