From: Jérôme Benoit Date: Wed, 6 May 2026 18:32:12 +0000 (+0200) Subject: fix(sandcastle): remove corepack prepare from Dockerfile X-Git-Tag: cli@v4.7.0~41 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bd403641e1d35b64ce64ca005eb24f0dba0cdb5d;p=e-mobility-charging-stations-simulator.git fix(sandcastle): remove corepack prepare from Dockerfile Align with the working Dockerfile from sap-ai-provider. The container does not need explicit pnpm setup — corepack in node:24 handles it on demand when pnpm is invoked. --- diff --git a/.sandcastle/Dockerfile b/.sandcastle/Dockerfile index 06efa17e..e7c49128 100644 --- a/.sandcastle/Dockerfile +++ b/.sandcastle/Dockerfile @@ -21,8 +21,6 @@ RUN npm install -g \ @mariozechner/pi-coding-agent \ opencode-ai -RUN corepack enable && corepack prepare pnpm@latest --activate - # Rename the base image's "node" user to "agent" and align UID/GID. # Default 1001 matches GitHub Actions runner UID (ubuntu-latest since May 2025). # On macOS, build with --build-arg AGENT_UID=$(id -u) to match host UID.