2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-15 07:07:18 +00:00

8 lines
138 B
Plaintext

FROM alpine:latest
RUN apk add --no-cache tcpdump
VOLUME [ "/data" ]
CMD [ "-w", "/data/all.pcap" ]
ENTRYPOINT [ "/usr/sbin/tcpdump" ]