[fix:6.0]更新Makefile中镜像名称定义及清理脚本;优化Dockerfile

This commit is contained in:
2020-09-13 18:30:40 +08:00
parent 3afd8e5762
commit 57777e7685
3 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ LABEL \
COPY customer /
# 以包管理方式安装软件包(Optional)
#RUN select_source ${apt_source}
RUN install_pkg openssl
RUN select_source ${apt_source}
#RUN install_pkg libssl1.1
RUN create_user && prepare_env