From d3dd7ee35d6eb6bf390d79df769692f93b008b26 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 10 Oct 2024 09:24:24 +0200 Subject: [PATCH] zad 1 oliwier --- 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