Skip to content

Commit b9b36bc

Browse files
committed
build(Dockerfile): 添加 dnsutils 和 tcpdump 工具
添加 dnsutils 和 tcpdump 工具以增强网络调试能力
1 parent 4085e8a commit b9b36bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt update && \
88
iproute2 \
99
socat \
1010
squid \
11-
curl net-tools \
11+
curl net-tools dnsutils tcpdump \
1212
ca-certificates && \
1313
# 清理缓存
1414
apt clean && \

0 commit comments

Comments
 (0)