From 49e5e9153343df1a1a45da8ab5c078e5c6ff9a6e Mon Sep 17 00:00:00 2001 From: mpabi Date: Thu, 10 Oct 2024 09:17:17 +0200 Subject: [PATCH] zad 1 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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