From 0d39eada6fe35519558d01c77f3921fdeed5dc7c Mon Sep 17 00:00:00 2001 From: Eyejoker Date: Thu, 2 Apr 2026 01:39:50 +0900 Subject: [PATCH] feat: add ripgrep to reviewer container image --- container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/Dockerfile b/container/Dockerfile index e54ebea..7b757b9 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update --fix-missing && apt-get install -y --no-install-recommends \ zip \ unzip \ strace \ + ripgrep \ && curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg \ | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \ && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" \