diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 64332d2..a5efec5 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -55,7 +55,6 @@ 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 && \ npm install -g corepack && \ corepack enable && \