Skip to content

Commit 37a1d6b

Browse files
committed
Don't install nokogiri twice
1 parent c381996 commit 37a1d6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile.aarch64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ RUN \
4949
/tmp/mastodon.tar.gz -C \
5050
/app/www/ --strip-components=1 && \
5151
cd /app/www && \
52-
gem install nokogiri --platform=ruby -- --use-system-libraries && \
5352
bundle config set --local deployment 'true' && \
5453
bundle config set --local without 'development test' && \
5554
bundle config set silence_root_warning true && \

0 commit comments

Comments
 (0)