Skip to content

Commit 6483705

Browse files
committed
Force Ruby to actually install arm deps
1 parent 47bba8d commit 6483705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ RUN \
5050
/tmp/mastodon.tar.gz -C \
5151
/app/www/ --strip-components=1 && \
5252
cd /app/www && \
53-
gem install nokogiri --platform=ruby -- --use-system-libraries && \
5453
bundle config set --local deployment 'true' && \
5554
bundle config set --local without 'development test' && \
5655
bundle config set silence_root_warning true && \
56+
bundle config set force_ruby_platform true && \
5757
bundle install -j"$(nproc)" && \
5858
yarn install --pure-lockfile && \
5959
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \

0 commit comments

Comments
 (0)