mirror of
https://github.com/40t/go-sniffer.git
synced 2025-08-07 03:24:20 +08:00
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
FROM golang:1.16.15-stretch
|
|
|
|
RUN apt update;\
|
|
apt install -y libpcap-dev
|
|
|
|
RUN go get -v -u github.com/40t/go-sniffer;\
|
|
cp -rf $(go env GOPATH)/bin/go-sniffer /usr/local/bin |