[feat]删除/usr/local/scripts相关脚本;对应修改dockerfile

This commit is contained in:
2021-07-08 15:02:23 +08:00
parent 4e152ba837
commit bf471ee7ca
9 changed files with 1 additions and 920 deletions
+1 -4
View File
@@ -36,9 +36,6 @@ LABEL \
"Dockerfile"="https://github.com/colovu/docker-${app_name}" \
"Vendor"="Endial Fang (endial@126.com)"
# 拷贝应用使用的客制化脚本,并创建对应的用户及数据存储目录
COPY customer /
# 选择软件包源(Optional),以加速后续软件包安装
RUN select_source ${apt_source}
@@ -69,4 +66,4 @@ RUN install_pkg sudo wget curl git ca-certificates iproute2 net-tools nano dpkg
libtool libltdl7 libltdl-dev
CMD []
CMD []