[feat]删除/usr/local/scripts相关脚本;对应修改dockerfile
This commit is contained in:
+1
-4
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user