Install wget in appc container for APPC-270 37/18637/2
authorroot <ha076r@att.com>
Thu, 12 Oct 2017 21:24:10 +0000 (17:24 -0400)
committerPatrick Brady <pb071s@att.com>
Thu, 12 Oct 2017 21:30:54 +0000 (21:30 +0000)
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]

installation/appc/src/main/scripts/installFeatures.sh

index 47d3443..a6b22e4 100644 (file)
@@ -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