Files

5 lines
89 B
Docker
Raw Permalink Normal View History

2025-02-12 09:54:47 -08:00
FROM python:3
RUN apt-get update && apt-get install -y tcpdump
COPY sender.py sender.py