mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-03-23 00:00:50 +08:00
Merge pull request #7 from linuxserver/arm-native-gems-develop
This commit is contained in:
commit
8ea787747c
@ -50,10 +50,10 @@ RUN \
|
||||
/tmp/mastodon.tar.gz -C \
|
||||
/app/www/ --strip-components=1 && \
|
||||
cd /app/www && \
|
||||
gem install nokogiri --platform=ruby -- --use-system-libraries && \
|
||||
bundle config set --local deployment 'true' && \
|
||||
bundle config set --local without 'development test' && \
|
||||
bundle config set silence_root_warning true && \
|
||||
bundle config set force_ruby_platform true && \
|
||||
bundle install -j"$(nproc)" && \
|
||||
yarn install --pure-lockfile && \
|
||||
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user