Enhance Dockerfile to include tcpdump for network monitoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user