feat: tsx
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user