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 47bba8d + 6483705 commit 8ea7877Copy full SHA for 8ea7877
1 file changed
Dockerfile.aarch64
@@ -50,10 +50,10 @@ RUN \
50
/tmp/mastodon.tar.gz -C \
51
/app/www/ --strip-components=1 && \
52
cd /app/www && \
53
- gem install nokogiri --platform=ruby -- --use-system-libraries && \
54
bundle config set --local deployment 'true' && \
55
bundle config set --local without 'development test' && \
56
bundle config set silence_root_warning true && \
+ bundle config set force_ruby_platform true && \
57
bundle install -j"$(nproc)" && \
58
yarn install --pure-lockfile && \
59
OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \
0 commit comments