summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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 \