We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c579f + 37a1d6b commit dd57366Copy full SHA for dd57366
1 file changed
Dockerfile.aarch64
@@ -49,10 +49,10 @@ RUN \
49
/tmp/mastodon.tar.gz -C \
50
/app/www/ --strip-components=1 && \
51
cd /app/www && \
52
- gem install nokogiri --platform=ruby -- --use-system-libraries && \
53
bundle config set --local deployment 'true' && \
54
bundle config set --local without 'development test' && \
55
bundle config set silence_root_warning true && \
+ bundle config set force_ruby_platform true && \
56
bundle install -j"$(nproc)" && \
57
yarn install --pure-lockfile && \
58
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \
0 commit comments