From 890c00d6b809d0d908903fbf1a0ec5ceca8b54ad Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 22 Sep 2017 10:49:28 +0200 Subject: Update disk-image-builder scripts to allow IPv6 Change-Id: I28ed08689db97eabc21726afa9d977fcda526dfb Signed-off-by: selias --- resources/tools/disk-image-builder/ubuntu/run-listmaker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/disk-image-builder/ubuntu/run-listmaker.sh') diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index 48f1abb9be..454fe47d32 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -62,11 +62,11 @@ 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_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="socat qemu-system-x86" +APT_WANTLIST_NESTED="qemu-system-x86" APT_WANTLIST_JAVA="openjdk-8-jdk-headless" #Docker is currently disabled due to issues with apt repositories retrieval #APT_WANTLIST_DOCKER="docker-engine" -- cgit 1.2.3-korg