Update the version of openjdk8
[holmes/rule-management.git] / 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 \