Merge "Update INFO.yaml file"
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Thu, 28 Mar 2019 15:28:31 +0000 (15:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 28 Mar 2019 15:28:31 +0000 (15:28 +0000)
engine-d-standalone/src/main/assembly/Dockerfile

index 119321a..accf460 100644 (file)
@@ -22,7 +22,7 @@ RUN { \
 ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
 ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
 
-ENV JAVA_ALPINE_VERSION 8.191.12-r0
+ENV JAVA_ALPINE_VERSION 8.201.08-r0
 
 RUN set -x \
         && apk add --no-cache \
@@ -34,7 +34,8 @@ 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
 RUN addgroup -S holmes && adduser -S -G holmes holmes