From 7804068d66227f239eb8eaa71f5e88515a6c8183 Mon Sep 17 00:00:00 2001 From: spencer-dollahite <74439721+spencer-dollahite@users.noreply.github.com> Date: Wed, 14 Jan 2026 06:09:16 -0700 Subject: [PATCH] added dsniff package to Dockerfile.local-dns.attacker.student --- .../local-dns/dockerfiles/Dockerfile.local-dns.attacker.student | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/local-dns/dockerfiles/Dockerfile.local-dns.attacker.student b/labs/local-dns/dockerfiles/Dockerfile.local-dns.attacker.student index 1b2c7b7bd..927aea884 100644 --- a/labs/local-dns/dockerfiles/Dockerfile.local-dns.attacker.student +++ b/labs/local-dns/dockerfiles/Dockerfile.local-dns.attacker.student @@ -29,7 +29,7 @@ ARG password ARG apt_source ENV APT_SOURCE $apt_source RUN /usr/bin/apt-source.sh -RUN apt-get update && apt-get install -y --no-install-recommends netwox +RUN apt-get update && apt-get install -y --no-install-recommends netwox dsniff # # Install the system files found in the _system directory #