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:
Derek Higgins 2014-01-10 14:10:13 +00:00
parent f5d4d8c711
commit 864e209bfa

View File

@ -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