Skip to content

Commit e0da7bb

Browse files
authored
feat: include tcpdump (#814)
It turns out we have no way to debug network issues real-time in our images.
1 parent 452d5ae commit e0da7bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

images/kairos-fedora/build_files/customization.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ PACKAGES=(
2525
"openssh-server"
2626
# Used by `ansible.builtin.expect`
2727
"python3-pexpect"
28+
"rsync"
2829
"systemd-networkd"
2930
"systemd-networkd-defaults"
30-
"rsync"
31+
"tcpdump"
3132
"vim"
3233
)
3334

0 commit comments

Comments
 (0)