Install tcpdump on Fedora
Tcpdump has a fairly small footprint and should be installed to all images (it currently is on the ubuntu image by default). Sometimes the reason you need it is also the reason its to late to get it. Change-Id: I4849157515b389d534bdee755cdac6b0768fcb29
This commit is contained in:
parent
f5d4d8c711
commit
864e209bfa
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install any packages in this file that may not be in the fedora
|
||||
# image but could reasonably be expected by other elements
|
||||
# image but could reasonably be expected
|
||||
|
||||
install-packages which
|
||||
install-packages which tcpdump
|
||||
|
Loading…
Reference in New Issue
Block a user