Don't install nokogiri twice

This commit is contained in:
TheSpad 2022-11-11 14:34:17 +00:00
parent c381996576
commit 37a1d6b360
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -49,7 +49,6 @@ RUN \
/tmp/mastodon.tar.gz -C \
/app/www/ --strip-components=1 && \
cd /app/www && \
gem install nokogiri --platform=ruby -- --use-system-libraries && \
bundle config set --local deployment 'true' && \
bundle config set --local without 'development test' && \
bundle config set silence_root_warning true && \