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.
1 parent 02c579f commit c381996Copy full SHA for c381996
1 file changed
Dockerfile.aarch64
@@ -53,6 +53,7 @@ RUN \
53
bundle config set --local deployment 'true' && \
54
bundle config set --local without 'development test' && \
55
bundle config set silence_root_warning true && \
56
+ 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