From dfb984d3d70101bc515aed336ef2c074d0076fa8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 29 May 2026 20:10:41 +0200 Subject: [PATCH] chore(sandcastle): install codex CLI in docker image --- .sandcastle/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.sandcastle/Dockerfile b/.sandcastle/Dockerfile index 06135d0f..8f44181e 100644 --- a/.sandcastle/Dockerfile +++ b/.sandcastle/Dockerfile @@ -31,6 +31,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \ RUN npm install -g \ @anthropic-ai/claude-code \ @earendil-works/pi-coding-agent \ + @openai/codex \ opencode-ai # Rename the base image's "node" user to "agent" and align UID/GID. -- 2.43.0