From: Timoney, Dan (dt5972) Date: Wed, 20 Mar 2019 15:50:56 +0000 (-0400) Subject: Install nss in alpine X-Git-Tag: 0.4.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=commitdiff_plain;h=3894b3ff9c68db163b81efe9e46966179a487757 Install nss in alpine Install NSS as part of base ccsdk alpine image. This is required by OpenDaylight and was originally installed as part of the base alpine image but is no longer included in latest alpine 3.8 image Change-Id: I79e6fee1372f623f3dceadb8a7a1aba6fd3d7d32 Issue-ID: SDNC-701 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/alpine/src/main/docker/Dockerfile b/alpine/src/main/docker/Dockerfile index 0c1f658f..185fab43 100644 --- a/alpine/src/main/docker/Dockerfile +++ b/alpine/src/main/docker/Dockerfile @@ -11,4 +11,4 @@ ENV HTTPS_PROXY ${HTTPS_PROXY} ENV https_proxy ${HTTPS_PROXY} # Add tools needed for OpenDaylight -RUN apk update && apk add bash git openjdk8 maven mysql-client nodejs py-pip graphviz unzip rsync +RUN apk update && apk add bash git openjdk8 maven mysql-client nodejs py-pip graphviz unzip rsync nss