summaryrefslogtreecommitdiff
path: root/packages/cli/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/Dockerfile')
-rw-r--r--packages/cli/Dockerfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/cli/Dockerfile b/packages/cli/Dockerfile
deleted file mode 100644
index 9cf4b1b9..00000000
--- a/packages/cli/Dockerfile
+++ /dev/null
@@ -1,27 +0,0 @@
-FROM docker.io/library/node:20-slim
-
-ENV GEMINI_CODE_SANDBOX=docker
-ENV SANDBOX=sandbox
-
-# install minimal set of packages, then clean up
-RUN apt-get update && apt-get install -y --no-install-recommends \
- man-db \
- curl \
- dnsutils \
- less \
- jq \
- bc \
- gh \
- git \
- unzip \
- rsync \
- ripgrep \
- procps \
- psmisc \
- lsof \
- && apt-get clean \
- && rm -rf /var/lib/apt/lists/*
-
-RUN --mount=type=secret,id=npmrc,dst=/root/.npmrc npm install -g @gemini-code/cli@head --verbose
-
-ENTRYPOINT 'gemini-code' \ No newline at end of file