From f939633c87a0ae9e237e6581799d66dd72e3a150 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Wed, 10 Jun 2020 10:21:53 +0800 Subject: [PATCH] Update the version of openjdk8 Change-Id: Ic53045f8163da5c2b0ea583e059d293a2978b100 Issue-ID: HOLMES-314 Signed-off-by: GuangrongFu --- rulemgt-standalone/src/main/assembly/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index 2ba522c..7d02c68 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-standalone/src/main/assembly/Dockerfile @@ -45,7 +45,6 @@ RUN { \ && apk add --no-cache nss \ #add the frontend pacakge to the docker images && rm /etc/nginx/conf.d/default.conf \ - && mkdir -p /etc/ssl/certs/ \ && chmod -R 777 /usr/local/openresty/nginx/ \ #switch the user to holmes && addgroup -S holmes && adduser -S -G holmes holmes \ -- 2.16.6