From 94bfe8374b95b1dc405fb1a0201a836b887db559 Mon Sep 17 00:00:00 2001 From: filih Date: Thu, 10 Oct 2024 09:52:20 +0200 Subject: [PATCH] zad1 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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