diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-26 16:15:53 +0800 |
---|---|---|
committer | 付光荣10144542 <fu.guangrong@zte.com.cn> | 2019-03-26 16:15:53 +0800 |
commit | 7ca609c6fecdb3e6996f12572aedde702bf375c9 (patch) | |
tree | 4806af8547d4eb09adea5616f67729aff7281e22 /engine-d-standalone/src/main/assembly/Dockerfile | |
parent | 89ec9f14a8a0546a889a57a95f452e8128e46134 (diff) |
Fixed the nss missing problem in the container
Change-Id: I2fc2b53bbb7812331e998072f25cc28a5227d3c1
Issue-ID: HOLMES-213
Signed-off-by: 付光荣10144542 <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/src/main/assembly/Dockerfile')
-rw-r--r-- | engine-d-standalone/src/main/assembly/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile index f4803e0..accf460 100644 --- a/engine-d-standalone/src/main/assembly/Dockerfile +++ b/engine-d-standalone/src/main/assembly/Dockerfile @@ -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 |