FROM python:3

RUN apt-get update && apt-get install -y tcpdump

COPY sender.py sender.py