dev: add ripgrep to devcontainer

This commit is contained in:
2026-01-03 16:07:48 +00:00
parent 0002affaff
commit 5dae8b0f17

View File

@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
gnupg \ gnupg \
lsb-release \ lsb-release \
ripgrep \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install latest neovim using pre-built binary # Install latest neovim using pre-built binary