FROM python:3.13

RUN apt update && apt install -y socat tcpdump git

CMD ["sleep", "infinity"]