We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07681d0 commit aae3010Copy full SHA for aae3010
1 file changed
code-server/Dockerfile
@@ -341,7 +341,7 @@ RUN set -ex && \
341
# Upgrade npm and install global AI CLIs (npm is now instantly available)
342
npm install -g npm@latest --no-audit --no-fund && \
343
npm install -g @openai/codex@latest --no-audit --no-fund && \
344
- npm install -g @anthropic-ai/claude-code@latest --no-audit --no-fund && \
+ npm install -g @anthropic-ai/claude-code@latest --no-audit --no-fund --allow-scripts=@anthropic-ai/claude-code && \
345
\
346
# Clear npm cache
347
npm cache clean --force && \
0 commit comments