From fc531b1b44e24dee0ed4ec5bf148a3ca85c4cc04 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 Oct 2017 17:24:10 -0400 Subject: 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 Issue-Id: [APPC-273] --- installation/appc/src/main/scripts/installFeatures.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg