summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAbhi <[email protected]>2025-06-08 01:04:20 -0400
committerGitHub <[email protected]>2025-06-08 01:04:20 -0400
commit6e4b84a60d0f94ba772b9872385d1c4021090786 (patch)
tree706816c1e0592baec5397d42c31dd1dfe6d8c75c /Dockerfile
parentf11eb413832ce6c381656b8e45e39e22668d8c35 (diff)
Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
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 \