From 37a1d6b3607aa7c939e0c9a6dc4129a2a71da264 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 11 Nov 2022 14:34:17 +0000 Subject: [PATCH] Don't install nokogiri twice --- Dockerfile.aarch64 | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4d9bb79..df00186 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 && \