From 1ed9743ad4e2dfb0469a8fd79b71a52ec391d50e Mon Sep 17 00:00:00 2001 From: Olcan Date: Mon, 21 Apr 2025 23:26:53 -0700 Subject: [PATCH] quiet sandbox build (#111) --- scripts/build_sandbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_sandbox.sh b/scripts/build_sandbox.sh index cfa4de5c..f1e85e24 100755 --- a/scripts/build_sandbox.sh +++ b/scripts/build_sandbox.sh @@ -64,5 +64,5 @@ chmod 755 packages/*/dist/gemini-code-*.tgz # use empty --authfile to skip unnecessary auth refresh overhead echo "building $IMAGE ... (can be slow first time)" $CMD build --authfile <(echo '{}') -t "$IMAGE" . >/dev/null -$CMD image prune -f +$CMD image prune -f >/dev/null echo "built $IMAGE"