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