Add bash installation to Dockerfile for network tools

This commit is contained in:
whaffman 2025-07-11 13:00:04 +02:00
parent 475a2caa1c
commit b9cb7da1f8

View File

@ -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 \