fix: ash doesn't seem to work with the claude script
All checks were successful
Build images / check-docker (push) Successful in 3s
Build images / build-and-push (push) Successful in 5m4s

This commit is contained in:
docker-claude 2026-04-16 09:48:42 +02:00
parent 6e5744b456
commit 698b06aafd

View file

@ -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 COPY settings.json /etc/claude-code/managed-settings.json
# Install Claude Code stable release # Install Claude Code stable release
RUN curl -fsSL https://claude.ai/install.sh | ash RUN curl -fsSL https://claude.ai/install.sh | bash -s stable
# Install MCP servers globally — entry points land in /usr/local/lib/node_modules/ # Install MCP servers globally — entry points land in /usr/local/lib/node_modules/