From: GuangrongFu Date: Tue, 26 Mar 2019 08:15:55 +0000 (+0800) Subject: Fixed the nss missing problem in the container X-Git-Tag: 1.2.6~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=b0d81fb3801a9c3bca157a23326d74ec45ab28b1 Fixed the nss missing problem in the container Change-Id: I420f8998ee3f7bef6e22d129d77db87da933ac20 Issue-ID: HOLMES-213 Signed-off-by: 付光荣10144542 --- diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index 42cf642..434b620 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-standalone/src/main/assembly/Dockerfile @@ -33,7 +33,7 @@ RUN set -x \ RUN apk upgrade \ && apk update \ && apk add --no-cache curl \ - && apk add --no-cache postgresql-client=10.5-r0 + && apk add --no-cache postgresql-client=10.5-r0 \ && apk add --no-cache nss