Fixed the Docker Build Failure 06/97106/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 15 Oct 2019 08:50:46 +0000 (16:50 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 15 Oct 2019 08:50:46 +0000 (16:50 +0800)
Change-Id: I2592ff638dcd2d4daeb13dc49610031478445caf
Issue-ID: HOLMES-268
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt-standalone/src/main/assembly/Dockerfile

index 065feb2..bc4ab79 100644 (file)
@@ -40,7 +40,7 @@ RUN apk upgrade \
 #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