fix version release for Dockerfile build (#1080)

This commit is contained in:
Zach Sais
2025-06-16 01:13:39 -05:00
committed by GitHub
parent 40fbb61a1b
commit cc7459e403
4 changed files with 19 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
FROM docker.io/library/node:20-slim
ARG SANDBOX_NAME="gemini-cli-sandbox"
ARG CLI_VERSION_ARG
ENV SANDBOX="$SANDBOX_NAME"
ENV CLI_VERSION=$CLI_VERSION_ARG
# install minimal set of packages, then clean up
RUN apt-get update && apt-get install -y --no-install-recommends \