feat: add fd-find, bat, tree to reviewer container

This commit is contained in:
Eyejoker
2026-04-02 01:40:15 +09:00
parent 0d39eada6f
commit 371a3ef0ff

View File

@@ -32,6 +32,9 @@ RUN apt-get update --fix-missing && apt-get install -y --no-install-recommends \
unzip \
strace \
ripgrep \
fd-find \
bat \
tree \
&& 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" \