diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-26 15:46:59 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-26 15:46:59 +0800 |
commit | 89ec9f14a8a0546a889a57a95f452e8128e46134 (patch) | |
tree | 68dafe92690ebcf3aed8fa77adf62ebbd737c249 | |
parent | f8c9a2d6549ac643263cffb774c32424970eb05d (diff) |
Fixed the nss missing problem in the container
Change-Id: I7de432862a681202fd6b61db5ec8eee94b287774
Issue-ID: HOLMES-213
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r-- | engine-d-standalone/src/main/assembly/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |