mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-02-10 16:09:22 +08:00
Remove ruby forced platform workaround for arm64
This commit is contained in:
parent
61ac66f459
commit
7aa514b18b
@ -55,7 +55,6 @@ 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 && \
|
||||
npm install -g corepack && \
|
||||
corepack enable && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user