Fixed the nss missing problem in the container 07/83307/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 26 Mar 2019 08:15:53 +0000 (16:15 +0800)
committer付光荣10144542 <fu.guangrong@zte.com.cn>
Tue, 26 Mar 2019 08:15:53 +0000 (16:15 +0800)
Change-Id: I2fc2b53bbb7812331e998072f25cc28a5227d3c1
Issue-ID: HOLMES-213
Signed-off-by: 付光荣10144542 <fu.guangrong@zte.com.cn>
engine-d-standalone/src/main/assembly/Dockerfile

index f4803e0..accf460 100644 (file)
@@ -34,7 +34,7 @@ RUN apk upgrade \
     && apk update \
     && apk add --no-cache curl \
     && apk add --no-cache wget \
-    && apk add --no-cache postgresql-client=10.5-r0
+    && apk add --no-cache postgresql-client=10.5-r0 \
     && apk add --no-cache nss
 
 #switch the user to holmes