Skip to content

Commit 82c597e

Browse files
committed
DX-1846: Add x86_64-linux platform to lockfile
1 parent 2bc2343 commit 82c597e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN bundle config build --use-system-libraries && \
6262
bundle config build.nokogiri --use-system-libraries && \
6363
bundle config set system 'true' && \
6464
bundle config set clean 'true' && \
65+
bundle lock --add-platform x86_64-linux && \
6566
bundle install \
6667
--gemfile="${JEKYLL_VAR_DIR}/entrypoint/Gemfile" \
6768
--jobs=4

0 commit comments

Comments
 (0)