diff --git a/Dockerfile b/Dockerfile index a0cb4c0..8215bae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive # Aktualizacja pakietów i instalacja wymaganych narzędzi wraz z python3 i python3-scapy RUN apt-get update && apt-get install -y \ iproute2 \ + iputils-ping \ curl \ vim \ tmux \