X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdisk-image-builder%2Fubuntu%2Frun-listmaker.sh;fp=resources%2Ftools%2Fdisk-image-builder%2Fubuntu%2Frun-listmaker.sh;h=21a33a5dbfc31381168eafe8cb7e2ae2147edf96;hp=78d30b5bad11e2fa38a26b9afb208bd33876664a;hb=812fb62e6d62264e5b063c4a7a627819e24af823;hpb=354fdf26811b6d70551e6522178d47f4f70516cf diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index 78d30b5bad..21a33a5dbf 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -62,7 +62,7 @@ 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 socat python-cffi" +APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan socat python-cffi python3-cffi" APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake tcpdump" APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedcrypto1 libmbedtls10 libmbedx509-0" APT_WANTLIST_TREX="zlib1g-dev unzip"