mirror of
https://github.com/40t/go-sniffer.git
synced 2025-08-11 00:50:45 +08:00
implementl get user and database
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
This commit is contained in:
7
Dockerfile_ubuntu
Normal file
7
Dockerfile_ubuntu
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user