Update disk-image-builder scripts to allow IPv6
[csit.git] / resources / tools / disk-image-builder / ubuntu / run-listmaker.sh
index 3b0a2e0..454fe47 100755 (executable)
@@ -62,8 +62,8 @@ echo "Storing data in ${OUTPUT_DIR}/."
 # APT packages wanted
 
 APT_WANTLIST_INFRA="nfs-common cloud-init"
-APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan"
-APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake"
+APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan socat"
+APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake tcpdump"
 APT_WANTLIST_VPP="dkms bridge-utils"
 APT_WANTLIST_TREX="zlib1g-dev unzip"
 APT_WANTLIST_NESTED="qemu-system-x86"