diff --git a/tool-box/Dockerfile b/tool-box/Dockerfile index 9b5b9ada8..e4bbc1dca 100644 --- a/tool-box/Dockerfile +++ b/tool-box/Dockerfile @@ -58,7 +58,7 @@ ENV HOME=/home/tool-box COPY requirements.txt /requirements.txt RUN dnf -y update && \ - dnf -y install git iputils procps-ng python3.11 python3.11-pip vim unzip zip && \ + dnf -y install git iputils net-tools procps-ng python3.11 python3.11-pip vim unzip zip && \ dnf clean all && \ pip3.11 install --no-cache-dir -r /requirements.txt && \ ansible --version