From b9cb7da1f803e6d30f89308766d6f5375b984baa Mon Sep 17 00:00:00 2001 From: whaffman Date: Fri, 11 Jul 2025 13:00:04 +0200 Subject: [PATCH] Add bash installation to Dockerfile for network tools --- inquisitor/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/inquisitor/Dockerfile b/inquisitor/Dockerfile index 1260456..ced6265 100644 --- a/inquisitor/Dockerfile +++ b/inquisitor/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.11-slim # Install system dependencies required for network tools and Docker CLI RUN apt-get update && apt-get install -y \ + bash \ docker.io \ net-tools \ iputils-ping \