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 f11eb41383
commit 6e4b84a60d
3 changed files with 27 additions and 1 deletions

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 \