feat(cli): add glob as a direct dependency (#1065)

This commit is contained in:
N. Taylor Mullen 2025-06-15 00:50:26 -07:00 committed by GitHub
parent ab932ffaa5
commit 12c33c1fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/node:22-slim
FROM docker.io/library/node:20-slim
ARG SANDBOX_NAME="gemini-cli-sandbox"
ENV SANDBOX="$SANDBOX_NAME"
@ -45,4 +45,4 @@ RUN npm install -g /usr/local/share/npm-global/gemini-cli-cli.tgz /usr/local/sha
&& rm -f /usr/local/share/npm-global/gemini-cli-{cli,core}.tgz
# default entrypoint when none specified
ENTRYPOINT ["gemini"]
CMD ["gemini"]

1
package-lock.json generated
View File

@ -10921,6 +10921,7 @@
"command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"glob": "^10.4.1",
"highlight.js": "^11.11.1",
"ink": "^5.2.0",
"ink-big-text": "^2.0.0",

View File

@ -33,6 +33,7 @@
"command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"glob": "^10.4.1",
"highlight.js": "^11.11.1",
"ink": "^5.2.0",
"ink-big-text": "^2.0.0",