aboutsummaryrefslogtreecommitdiffstats
path: root/boot/portal_install.sh
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-04-14 10:52:32 -0700
committerMarco Platania <platania@research.att.com>2017-04-18 02:28:19 +0000
commit7a8e05ca036d6f04a92668279a9836c2dcf93f3a (patch)
tree289ef74144904dae9ac4375d87d9ee391a4b0c64 /boot/portal_install.sh
parent6f86bee471736d25c9f0815477f308c79833a2ee (diff)
fix dependency list in MSO, Portal and APPC
Change-Id: Ib50ca5531d7e7d1896746e3177705493b393da0e Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 38a235e58cc6466e0b61d03b918c81c77ed57c79)
Diffstat (limited to 'boot/portal_install.sh')
-rw-r--r--boot/portal_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/portal_install.sh b/boot/portal_install.sh
index 9f07c003..ca89a6d8 100644
--- a/boot/portal_install.sh
+++ b/boot/portal_install.sh
@@ -16,7 +16,7 @@ fi
# Download dependencies
add-apt-repository -y ppa:openjdk-r/ppa
apt-get update
-apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk git ntp ntpdate
+apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk git unzip mysql-client-core-5.6 ntp ntpdate
# Download scripts from Nexus
curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/docker_key.txt -o /opt/config/docker_key.txt