arp-spoofing/docker/victim/dockerfile
2025-01-21 11:01:39 +01:00

5 lines
132 B
Text

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