X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdisk-image-builder%2Fubuntu%2Frun-listmaker.sh;h=454fe47d32c5420d7d68414e568588618a37a984;hb=890c00d6b809d0d908903fbf1a0ec5ceca8b54ad;hp=3b0a2e0123909233446bfe4b735d00ed86902ea1;hpb=39a45af0d85baf99feb2ddfaff72b2790b01b768;p=csit.git diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index 3b0a2e0123..454fe47d32 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -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"