From b0d81fb3801a9c3bca157a23326d74ec45ab28b1 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 26 Mar 2019 16:15:55 +0800 Subject: [PATCH] Fixed the nss missing problem in the container MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I420f8998ee3f7bef6e22d129d77db87da933ac20 Issue-ID: HOLMES-213 Signed-off-by: 付光荣10144542 --- rulemgt-standalone/src/main/assembly/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6