diff options
| author | Abhi <[email protected]> | 2025-06-08 01:04:20 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-08 01:04:20 -0400 |
| commit | 6e4b84a60d0f94ba772b9872385d1c4021090786 (patch) | |
| tree | 706816c1e0592baec5397d42c31dd1dfe6d8c75c /Dockerfile | |
| parent | f11eb413832ce6c381656b8e45e39e22668d8c35 (diff) | |
Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |
