aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <ha076r@att.com>2017-10-12 17:24:10 -0400
committerPatrick Brady <pb071s@att.com>2017-10-12 21:30:54 +0000
commitfc531b1b44e24dee0ed4ec5bf148a3ca85c4cc04 (patch)
treeea5c49e5d2410634b7cb06edefe2a3b5cc3ddcf0
parent298a0781eb151cdf3bf38382a59b59bbad9c97b1 (diff)
Install wget in appc container for APPC-270
Installing wget inside the APPC docker container to support the fix in [APPC-270] Change-Id: I6d2f636001ae1bf59a846b1a2c37898a36872f31 Signed-off-by: root <ha076r@att.com> Issue-Id: [APPC-273]
-rw-r--r--installation/appc/src/main/scripts/installFeatures.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh
index 47d3443..a6b22e4 100644
--- a/installation/appc/src/main/scripts/installFeatures.sh
+++ b/installation/appc/src/main/scripts/installFeatures.sh
@@ -59,6 +59,7 @@ APPC_FEATURES=" \
appc-sequence-generator"
# Temp fix to fix bouncycastle issue that is preventing netconf to work correctly
+apt-get -y install wget
wget -P /opt/opendaylight/current/deploy https://www.bouncycastle.org/download/bcprov-jdk15on-158.jar
wget -P /opt/opendaylight/current/deploy https://www.bouncycastle.org/download/bcprov-ext-jdk15on-158.jar