diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ad81380..a0a0728 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -57,6 +57,7 @@ RUN \ bundle config set --local deployment 'true' && \ bundle config set --local without 'development test exclude' && \ bundle config set silence_root_warning true && \ + bundle config set force_ruby_platform true && \ bundle install -j"$(nproc)" --no-cache && \ yarn install --production --frozen-lockfile --check-files && \ cd streaming && \