diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-03-26 07:39:15 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-03-26 09:45:53 +0100 |
commit | b2e7c9da19663e50873bb6e07daba2aca7e27315 (patch) | |
tree | 33367941e7d32394e9bd83b254f795a8af5a4824 /resources/tools/disk-image-builder/ubuntu/run-listmaker.sh | |
parent | 4a472c148c266f1becf45adfc0d3dbebdab4b944 (diff) |
Fix virl ubuntu image + update ubuntu vpp builds
Change-Id: Ifcb38f09a9a84c8dbae879ad34af11fe9be4a450
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/tools/disk-image-builder/ubuntu/run-listmaker.sh')
-rwxr-xr-x | resources/tools/disk-image-builder/ubuntu/run-listmaker.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index 21a33a5dbf..8fcf04cfb6 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -62,9 +62,14 @@ 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 python3-cffi" +APT_WANTLIST_CSIT="python python-minimal python-dev python-pip python-virtualenv + python2.7 python2.7-minimal git strongswan socat python-cffi python3-cffi + python3 python3-cffi python3-cffi-backend python3-ply python3-pycparser + python-cffi-backend" APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake tcpdump" -APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedcrypto1 libmbedtls10 libmbedx509-0" +APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedtls10 libmbedx509-0 + libpython2.7-minimal libpython-stdlib libpython2.7-stdlib libc6 + python-pycparser python-ply libssl1.0" APT_WANTLIST_TREX="zlib1g-dev unzip" APT_WANTLIST_NESTED="qemu-system-x86" APT_WANTLIST_JAVA="openjdk-8-jdk-headless" |