From c1395a8808427436a353d5201e935d6784169d28 Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Tue, 27 May 2025 22:19:43 +0000 Subject: [PATCH] fix: change entrypoint from 'gemini-code' to 'gemini' in published sandbox (#574) --- packages/cli/Dockerfile.sandbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/cli/Dockerfile.sandbox b/packages/cli/Dockerfile.sandbox index 1395a547..7250bbf3 100644 --- a/packages/cli/Dockerfile.sandbox +++ b/packages/cli/Dockerfile.sandbox @@ -19,9 +19,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ procps \ psmisc \ lsof \ + socat \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* RUN --mount=type=secret,id=npmrc,dst=/root/.npmrc npm install -g @gemini-code/cli@${CLI_VERSION} --verbose -ENTRYPOINT 'gemini-code' +ENTRYPOINT 'gemini'