Skip to content

Commit 2d74635

Browse files
committed
fix(rdesktop-ubuntu-kde): Update Gemini CLI and add Codex installation
- Dockerfile: Install latest version of @google/gemini-cli - Dockerfile: Add installation for @openai/codex run-ci
1 parent 1261d59 commit 2d74635

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rdesktop-ubuntu-kde/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ RUN DOCKER_TMP_DIR="/tmp/.docker" && \
8383
# Install and use latest Node LTS, then upgrade npm and install Gemini CLI
8484
fnm use lts/latest --install-if-missing && \
8585
npm install -g npm@latest --no-audit --no-fund && \
86-
npm install -g @google/gemini-cli --no-audit --no-fund && \
86+
npm install -g @google/gemini-cli@latest --no-audit --no-fund && \
87+
npm install -g @openai/codex@latest --no-audit --no-fund && \
8788
node -v && \
8889
npm -v && \
8990
npm cache clean --force && \

0 commit comments

Comments
 (0)