Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831)

This commit is contained in:
Abhi
2025-06-08 01:04:20 -04:00
committed by GitHub
parent 4f9add1bc6
commit 5c9343bce8
3 changed files with 27 additions and 1 deletions
+3
View File
@@ -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 \