From 2c2914ae3fe4e82209ae9a46f68a15c4ad1ede1e Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 1 Aug 2018 14:13:02 -0700 Subject: Remove unnecessary install of JDK JDK should not be necessary in HEAT VMs since everything should be run in docker containers. Change-Id: Ibf5038490595bdf3a02699eeb824eb4b4e569bb1 Issue-ID: INT-605 Signed-off-by: Gary Wu --- boot/nbi_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/nbi_install.sh') diff --git a/boot/nbi_install.sh b/boot/nbi_install.sh index 5af9332d..e05b1115 100644 --- a/boot/nbi_install.sh +++ b/boot/nbi_install.sh @@ -55,7 +55,7 @@ then fi apt-get update -apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates curl git ntp ntpdate make software-properties-common +apt-get install -y apt-transport-https ca-certificates curl git ntp ntpdate make software-properties-common # Download scripts from Nexus unzip -p -j /opt/boot-$ARTIFACTS_VERSION.zip nbi_vm_init.sh > /opt/nbi_vm_init.sh -- cgit 1.2.3-korg