summaryrefslogtreecommitdiffstats
path: root/alpine
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-20 11:50:56 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-20 11:52:09 -0400
commit3894b3ff9c68db163b81efe9e46966179a487757 (patch)
tree826fa4dd6904f668407612ad2030b8822dd909da /alpine
parent25364ba4d920bbd882abe5117dd170b53b3d54e3 (diff)
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) <dtimoney@att.com>
Diffstat (limited to 'alpine')
-rw-r--r--alpine/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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