Fixed the Docker Build Failure
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / Dockerfile
index 906fc30..bc4ab79 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.212.04-r0
+ENV JAVA_ALPINE_VERSION 8.222.10-r0
 
 RUN set -x \
        && apk add --no-cache \
@@ -33,14 +33,14 @@ RUN set -x \
 RUN apk upgrade \
     && apk update \
     && apk add --no-cache curl \
-    && apk add --no-cache postgresql-client=10.8-r0 \
+    && apk add --no-cache postgresql-client=11.5-r0 \
     && apk add --no-cache nss
 
 
 #add the frontend pacakge to the docker images
 RUN rm /etc/nginx/conf.d/default.conf
 RUN mkdir -p /etc/ssl/certs/
-RUN mkdir /etc/ssl/private
+#RUN mkdir /etc/ssl/private
 ADD holmes-rulemgt-frontend-*.tar.gz /usr/local/openresty/nginx/html/
 ADD nginx-https.conf /usr/local/openresty/nginx/conf
 ADD nginx-http.conf /usr/local/openresty/nginx/conf