From 6d6f2786bdb1ff2b4f7d4fb38efdd098aae70a46 Mon Sep 17 00:00:00 2001 From: James Hackett Date: Mon, 21 Aug 2023 02:40:23 +0100 Subject: [PATCH] [#9]: Add some basic tools to the container (#12) --- Dockerfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c069c35..fef4847 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,15 @@ WORKDIR /root COPY build-files build-files RUN cat build-files/.bashrc >> /root/.bashrc -RUN apt update && apt install -y python3 python-is-python3 python3-pip pipx +RUN apt update && apt install -y curl \ + dnsutils \ + net-tools \ + nmap \ + python3 \ + python-is-python3 \ + python3-pip \ + pipx \ + vim RUN pipx install --include-deps ansible