summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-08-10 15:24:36 +0200
committerThomas Haller <thaller@redhat.com>2022-08-10 15:26:41 +0200
commit540112e36f9fdb84d79d8e41ec608482e13297a1 (patch)
tree9a0d14d6f197f2f9abb9c6d2af8002fb54aa69a9
parentf14bb2d7b6b1ca3ac88468a8394ac56933593aee (diff)
downloadNetworkManager-540112e36f9fdb84d79d8e41ec608482e13297a1.tar.gz
contrib: install tcpdump with "nm-in-container.sh"
It's useful for testing, which is what "nm-in-container.sh" is supposed to provide. It's also only half a megabyte, so reasonably small to install.
-rwxr-xr-xcontrib/scripts/nm-in-container.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/scripts/nm-in-container.sh b/contrib/scripts/nm-in-container.sh
index e1b2b2c440..21ad8430dd 100755
--- a/contrib/scripts/nm-in-container.sh
+++ b/contrib/scripts/nm-in-container.sh
@@ -355,6 +355,7 @@ RUN dnf install -y \\
strace \\
systemd \\
systemd-devel \\
+ tcpdump \\
teamd-devel \\
vala \\
vala-devel \\