From 8a6625b117ceae121ba416971a7a51e0fad52a18 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Mon, 16 Mar 2026 00:52:47 +0100 Subject: [PATCH] added curl to conatiner --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b3d9797..2a88847 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: extra_hosts: - "host.docker.internal:host-gateway" # Zugriff auf die VM via SSH command: >- - sh -c "apk add --no-cache openssh-client bash && + sh -c "apk add --no-cache openssh-client bash curl && npm install -g @anthropic-ai/claude-code claude-max-api-proxy && DIST=$(find /usr/local/lib -path '*/claude-max-api-proxy/dist' -type d | head -1) && sed -i 's/startServer({ port })/startServer({ port, host: process.env.HOST || \"127.0.0.1\" })/' $$DIST/server/standalone.js &&