Merge pull request #6 from linuxserver/arm-native-gems
This commit is contained in:
commit
dd573662c9
1 changed files with 1 additions and 1 deletions
|
@ -49,10 +49,10 @@ RUN \
|
||||||
/tmp/mastodon.tar.gz -C \
|
/tmp/mastodon.tar.gz -C \
|
||||||
/app/www/ --strip-components=1 && \
|
/app/www/ --strip-components=1 && \
|
||||||
cd /app/www && \
|
cd /app/www && \
|
||||||
gem install nokogiri --platform=ruby -- --use-system-libraries && \
|
|
||||||
bundle config set --local deployment 'true' && \
|
bundle config set --local deployment 'true' && \
|
||||||
bundle config set --local without 'development test' && \
|
bundle config set --local without 'development test' && \
|
||||||
bundle config set silence_root_warning true && \
|
bundle config set silence_root_warning true && \
|
||||||
|
bundle config set force_ruby_platform true && \
|
||||||
bundle install -j"$(nproc)" && \
|
bundle install -j"$(nproc)" && \
|
||||||
yarn install --pure-lockfile && \
|
yarn install --pure-lockfile && \
|
||||||
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \
|
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \
|
||||||
|
|
Loading…
Reference in a new issue