Skip to content

Commit

Permalink
DX-1846: Add x86_64-linux platform to lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Sep 19, 2022
1 parent 2bc2343 commit 82c597e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN bundle config build --use-system-libraries && \
bundle config build.nokogiri --use-system-libraries && \
bundle config set system 'true' && \
bundle config set clean 'true' && \
bundle lock --add-platform x86_64-linux && \
bundle install \
--gemfile="${JEKYLL_VAR_DIR}/entrypoint/Gemfile" \
--jobs=4
Expand Down

0 comments on commit 82c597e

Please sign in to comment.