Force Ruby to actually install arm deps

This commit is contained in:
TheSpad 2022-11-11 14:10:58 +00:00
parent 02c579f611
commit c381996576
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -53,6 +53,7 @@ RUN \
bundle config set --local deployment 'true' && \
bundle config set --local without 'development test' && \
bundle config set silence_root_warning true && \
bundle config set force_ruby_platform true && \
bundle install -j"$(nproc)" && \
yarn install --pure-lockfile && \
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \