From: Jorge Hernandez Date: Sun, 17 Mar 2019 05:27:53 +0000 (-0500) Subject: Add NSS libraries to images X-Git-Tag: 3.0.2-ONAP~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=934c39bcdb5ff9a095331f60ef1b279ec91875a9;p=policy%2Fxacml-pdp.git Add NSS libraries to images Alpine OpenJDK was updated 2 days ago (3/14), this upgrade seems to break java applications that depend on libnss*.so OS libraries, which seem are no longer installed with the jdk Change-Id: Iac67f7ff2e74f36369e8ce7b8ef91a940ae5c4d8 Issue-ID: POLICY-1604 Signed-off-by: Jorge Hernandez --- diff --git a/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile b/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile index 497efc57..e6b37463 100644 --- a/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile +++ b/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile @@ -14,8 +14,8 @@ ENV POLICY_HOME=/opt/app/policy ENV POLICY_PDPX_HOME=${POLICY_HOME}/pdpx RUN \ - apk add --no-cache --update busybox-extras bash zip unzip curl wget \ - openssh maven openjdk8 jq httpie py-pip + apk add --no-cache --update busybox-extras bash nss procps coreutils findutils grep \ + zip unzip curl wget openssh maven openjdk8 jq httpie py-pip RUN addgroup policy && \