From: GuangrongFu Date: Tue, 26 Mar 2019 07:48:00 +0000 (+0800) Subject: Fixed the nss missing problem in the container X-Git-Tag: 1.2.6~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=0c3d61cb6152e03a185c2eb5f5c768408b80b5a1 Fixed the nss missing problem in the container Change-Id: I8339f5c04cdc3ff93ee926200248601a2eb2ce43 Issue-ID: HOLMES-213 Signed-off-by: GuangrongFu --- diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index db058a2..42cf642 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-standalone/src/main/assembly/Dockerfile @@ -34,6 +34,7 @@ RUN apk upgrade \ && apk update \ && apk add --no-cache curl \ && apk add --no-cache postgresql-client=10.5-r0 + && apk add --no-cache nss