feat: add ripgrep installation to Dockerfile

This commit is contained in:
Soulter
2026-04-10 11:35:59 +08:00
parent add5db6748
commit 5f049f2bb5

View File

@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
gnupg \
git \
ripgrep \
&& curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& apt-get clean \