dev: add codex cli to devcontainer

This commit is contained in:
2025-12-28 22:14:30 +00:00
parent b60d18d365
commit 3efa1c313b
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
gnupg \
lsb-release \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# Install latest neovim using pre-built binary
@@ -40,4 +39,4 @@ USER node
WORKDIR /workspace
# Verify installations
RUN bun --version
RUN bun i -g @openai/codex && bun --version