864e209bfa
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
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install any packages in this file that may not be in the fedora
|
|
# image but could reasonably be expected
|
|
|
|
install-packages which tcpdump
|