Fix nokogiri build on arm

This commit is contained in:
TheSpad 2023-09-21 20:28:37 +01:00
parent ccf3ca7eef
commit 27dc724fd5
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -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 && \