From: GuangrongFu Date: Tue, 26 Mar 2019 07:46:59 +0000 (+0800) Subject: Fixed the nss missing problem in the container X-Git-Tag: 1.2.4~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fengine-management.git;a=commitdiff_plain;h=89ec9f14a8a0546a889a57a95f452e8128e46134 Fixed the nss missing problem in the container Change-Id: I7de432862a681202fd6b61db5ec8eee94b287774 Issue-ID: HOLMES-213 Signed-off-by: GuangrongFu --- diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile index a399b85..f4803e0 100644 --- a/engine-d-standalone/src/main/assembly/Dockerfile +++ b/engine-d-standalone/src/main/assembly/Dockerfile @@ -35,6 +35,7 @@ RUN apk upgrade \ && apk add --no-cache curl \ && apk add --no-cache wget \ && apk add --no-cache postgresql-client=10.5-r0 + && apk add --no-cache nss #switch the user to holmes RUN addgroup -S holmes && adduser -S -G holmes holmes