Fixed the nss missing problem in the container 01/83301/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 26 Mar 2019 07:46:59 +0000 (15:46 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 26 Mar 2019 07:46:59 +0000 (15:46 +0800)
Change-Id: I7de432862a681202fd6b61db5ec8eee94b287774
Issue-ID: HOLMES-213
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
engine-d-standalone/src/main/assembly/Dockerfile

index a399b85..f4803e0 100644 (file)
@@ -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