diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1cf5b97 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM golang:1.18.3 +RUN apt update -y &&\ + apt install libpcap-dev -y &&\ + go install github.com/ga0/netgraph@latest \ No newline at end of file