mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
8 lines
138 B
Plaintext
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" ]
|