diff --git a/Dockerfile b/Dockerfile index 42f8696..8dfcf6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ FROM dart:3.9.0-100.2.beta -# Install WireGuard tools for IPC communication +# Install WireGuard tools for IPC communication and network monitoring RUN apt-get update && apt-get install -y \ wireguard-tools \ iproute2 \ iptables \ + tcpdump \ && rm -rf /var/lib/apt/lists/* WORKDIR /app