mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-24 04:52:43 -07:00
feat(offload): bundle full dev toolset including nightly gemini into image
This commit is contained in:
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install global dev tools
|
||||
RUN npm install -g tsx vitest
|
||||
RUN npm install -g tsx vitest @google/gemini-cli@nightly prettier eslint typescript cross-env
|
||||
|
||||
# Set up npm global package folder
|
||||
RUN mkdir -p /usr/local/share/npm-global \
|
||||
|
||||
Reference in New Issue
Block a user