claude uses these tools a lot

This commit is contained in:
2026-09-20 05:58:35 +05:00
parent a5c8a9ee69
commit 956cbc708a
+3
View File
@@ -6,7 +6,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
less \
jq \
procps \
python3 \
python-is-python3 \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g @anthropic-ai/claude-code && npm cache clean --force