diff --git a/Dockerfile b/Dockerfile index a0cb4c0..962e20d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN apt-get update && apt-get install -y \ termshark \ python3 \ python3-scapy - + iputils-ping \ + iproute2 \ # Ustawienie hasła dla użytkownika root RUN echo "root:rootpass" | chpasswd