use new native install

This commit is contained in:
docker-claude 2026-04-15 19:18:39 +02:00
parent ab7e909c3c
commit 1b141b200c
3 changed files with 20 additions and 19 deletions

0
build.sh Normal file → Executable file
View file

View file

@ -27,7 +27,8 @@ COPY --chmod=755 webui-entrypoint.sh /usr/local/bin/webui-entrypoint.sh
COPY settings.json /etc/claude-code/managed-settings.json
# Install Claude Code globally
RUN npm install -g @anthropic-ai/claude-code
RUN curl -fsSL https://claude.ai/install.sh | bash
# Install MCP servers globally — entry points land in /usr/local/lib/node_modules/
RUN npm install -g \

0
hooks/pre-commit Normal file → Executable file
View file