Skip to content

Commit 8ea7877

Browse files
authored
Merge pull request #7 from linuxserver/arm-native-gems-develop
2 parents 47bba8d + 6483705 commit 8ea7877

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)