arp-spoofing/apache/victim/dockerfile
2025-01-21 11:56:00 +01:00

5 lines
155 B
Text

FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y curl python3 python3-pip iputils-ping net-tools \
&& rm -rf /var/lib/apt/lists/*