mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
5 lines
89 B
Docker
5 lines
89 B
Docker
FROM python:3
|
|
|
|
RUN apt-get update && apt-get install -y tcpdump
|
|
|
|
COPY sender.py sender.py |