Skip to content

Commit c381996

Browse files
committed
Force Ruby to actually install arm deps
1 parent 02c579f commit c381996

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
bundle config set --local deployment 'true' && \
5454
bundle config set --local without 'development test' && \
5555
bundle config set silence_root_warning true && \
56+
bundle config set force_ruby_platform true && \
5657
bundle install -j"$(nproc)" && \
5758
yarn install --pure-lockfile && \
5859
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \

0 commit comments

Comments
 (0)