Update the version of openjdk8 98/108998/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 10 Jun 2020 02:21:53 +0000 (10:21 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 10 Jun 2020 02:21:53 +0000 (10:21 +0800)
Change-Id: Ic53045f8163da5c2b0ea583e059d293a2978b100
Issue-ID: HOLMES-314
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt-standalone/src/main/assembly/Dockerfile

index 2ba522c..7d02c68 100644 (file)
@@ -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 \