From: GuangrongFu Date: Tue, 26 Mar 2019 08:15:53 +0000 (+0800) Subject: Fixed the nss missing problem in the container X-Git-Tag: 1.2.4~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fengine-management.git;a=commitdiff_plain;h=7ca609c6fecdb3e6996f12572aedde702bf375c9 Fixed the nss missing problem in the container Change-Id: I2fc2b53bbb7812331e998072f25cc28a5227d3c1 Issue-ID: HOLMES-213 Signed-off-by: 付光荣10144542 --- 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