dev: remove codex global install from Dockerfile

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-01-04 18:57:06 +00:00
parent 0c02929019
commit 921c9dd001

View File

@@ -32,5 +32,5 @@ USER node
# Set working directory
WORKDIR /workspace
# Verify installations
RUN bun i -g @openai/codex && bun --version
# Verify bun installation
RUN bun --version