From 6e4b84a60d0f94ba772b9872385d1c4021090786 Mon Sep 17 00:00:00 2001 From: Abhi <43648792+abhipatel12@users.noreply.github.com> Date: Sun, 8 Jun 2025 01:04:20 -0400 Subject: Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831) --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 97a963b6..d6e8c2ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- cgit v1.2.3