From 864e209bfaead1b1a60c2a96e4e03c9f053c4a9d Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Fri, 10 Jan 2014 14:10:13 +0000 Subject: [PATCH] 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 --- elements/fedora/install.d/01-install-deps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elements/fedora/install.d/01-install-deps b/elements/fedora/install.d/01-install-deps index a9b09e669..3f8b5febb 100755 --- a/elements/fedora/install.d/01-install-deps +++ b/elements/fedora/install.d/01-install-deps @@ -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