From 6e5744b456748abb2d569f28bb0679bbf5fcf449 Mon Sep 17 00:00:00 2001 From: docker-claude Date: Thu, 16 Apr 2026 09:38:46 +0200 Subject: [PATCH] fix claude install --- claude/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude/Dockerfile b/claude/Dockerfile index bfd7ff2..736ded1 100644 --- a/claude/Dockerfile +++ b/claude/Dockerfile @@ -23,7 +23,7 @@ RUN KUBECTL_VERSION=$(curl -fsSL https://dl.k8s.io/release/stable.txt) \ COPY settings.json /etc/claude-code/managed-settings.json # Install Claude Code stable release -RUN curl -fsSL https://claude.ai/install.sh | ash -s stable +RUN curl -fsSL https://claude.ai/install.sh | ash # Install MCP servers globally — entry points land in /usr/local/lib/node_modules/