diff options
| author | Zach Sais <[email protected]> | 2025-06-16 01:13:39 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-16 06:13:39 +0000 |
| commit | cc7459e40388c8ede6a16277be94ea89e4fbfc6e (patch) | |
| tree | a1259d6f933a897378a217b43a5b2077865a1148 /Dockerfile | |
| parent | 40fbb61a1ba3b0b16c0695c845d986b15768e0af (diff) | |
fix version release for Dockerfile build (#1080)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |
