This commit is contained in:
2026-09-20 02:50:35 +05:00
commit 3d038b042f
3 changed files with 26 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
FROM node:22-bookworm-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
git \
ripgrep \
ca-certificates \
curl \
less \
procps \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g @anthropic-ai/claude-code && npm cache clean --force
CMD claude