Skip to content

Commit dd57366

Browse files
authored
Merge pull request #6 from linuxserver/arm-native-gems
2 parents 02c579f + 37a1d6b commit dd57366

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
@@ -49,10 +49,10 @@ RUN \
4949
/tmp/mastodon.tar.gz -C \
5050
/app/www/ --strip-components=1 && \
5151
cd /app/www && \
52-
gem install nokogiri --platform=ruby -- --use-system-libraries && \
5352
bundle config set --local deployment 'true' && \
5453
bundle config set --local without 'development test' && \
5554
bundle config set silence_root_warning true && \
55+
bundle config set force_ruby_platform true && \
5656
bundle install -j"$(nproc)" && \
5757
yarn install --pure-lockfile && \
5858
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \

0 commit comments

Comments
 (0)