diff options
author | selias <samelias@cisco.com> | 2017-09-22 10:49:28 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-10-23 12:35:46 +0000 |
commit | 890c00d6b809d0d908903fbf1a0ec5ceca8b54ad (patch) | |
tree | 33fb2a76883b17184bde8baa2739290fb5190ea8 /resources/tools/disk-image-builder/ubuntu/run-listmaker.sh | |
parent | 04f2c49d50e242ac13aca9938c5a90a2ec012b7f (diff) |
Update disk-image-builder scripts to allow IPv6
Change-Id: I28ed08689db97eabc21726afa9d977fcda526dfb
Signed-off-by: selias <samelias@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 | 4 |
1 files changed, 2 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 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" |