mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(sandbox): set default env var to 'gemini-cli-sandbox' (#620)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM docker.io/library/node:20-slim
|
||||
|
||||
# ENV SANDBOX="gemini-cli-sandbox"
|
||||
ARG SANDBOX_NAME="gemini-cli-sandbox"
|
||||
ENV SANDBOX="$SANDBOX_NAME"
|
||||
|
||||
# install minimal set of packages, then clean up
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
Reference in New Issue
Block a user