mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831)
This commit is contained in:
@@ -5,6 +5,9 @@ ENV SANDBOX="$SANDBOX_NAME"
|
||||
|
||||
# install minimal set of packages, then clean up
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python3 \
|
||||
make \
|
||||
g++ \
|
||||
man-db \
|
||||
curl \
|
||||
dnsutils \
|
||||
|
||||
Reference in New Issue
Block a user