mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-03-23 00:00:50 +08:00
Fix nokogiri build on arm
This commit is contained in:
parent
ccf3ca7eef
commit
27dc724fd5
@ -57,6 +57,7 @@ RUN \
|
||||
bundle config set --local deployment 'true' && \
|
||||
bundle config set --local without 'development test exclude' && \
|
||||
bundle config set silence_root_warning true && \
|
||||
bundle config set force_ruby_platform true && \
|
||||
bundle install -j"$(nproc)" --no-cache && \
|
||||
yarn install --production --frozen-lockfile --check-files && \
|
||||
cd streaming && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user