From 956cbc708adfca01079c782ee5b045a1bf6c9832 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 20 Sep 2026 05:58:35 +0500 Subject: [PATCH] claude uses these tools a lot --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 045deaa..0a07a9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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