feat: tsx

This commit is contained in:
2025-06-23 16:49:18 +08:00
parent 842f23b762
commit db68610c34
2 changed files with 4 additions and 1 deletions

View File

@@ -32,9 +32,10 @@ RUN addgroup --gid $USER_GID claude-user || true && \
WORKDIR /app
# Install Claude Code globally
RUN npm install -g @anthropic-ai/claude-code
RUN npm install -g @anthropic-ai/claude-code@latest
RUN npm install -g tsx
RUN npm install -g nrm
RUN npm install -g pnpm
# Ensure npm global bin is in PATH
ENV PATH="/usr/local/bin:${PATH}"