Skip to content

Commit aae3010

Browse files
fix: Update installation command for Claude Code
1 parent 07681d0 commit aae3010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ RUN set -ex && \
341341
# Upgrade npm and install global AI CLIs (npm is now instantly available)
342342
npm install -g npm@latest --no-audit --no-fund && \
343343
npm install -g @openai/codex@latest --no-audit --no-fund && \
344-
npm install -g @anthropic-ai/claude-code@latest --no-audit --no-fund && \
344+
npm install -g @anthropic-ai/claude-code@latest --no-audit --no-fund --allow-scripts=@anthropic-ai/claude-code && \
345345
\
346346
# Clear npm cache
347347
npm cache clean --force && \

0 commit comments

Comments
 (0)