From 921c9dd001861b716862d5ff062f392e22041b04 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 4 Jan 2026 18:57:06 +0000 Subject: [PATCH] dev: remove codex global install from Dockerfile Co-authored-by: Ona --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 863eec2..745c834 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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