feat: Dockerfile增加脚本异常检测
This commit is contained in:
@@ -35,6 +35,8 @@ LABEL \
|
||||
"Github"="https://gitee.com/colovu/docker-${APP_NAME}" \
|
||||
"Vendor"="Endial Fang (endial@126.com)"
|
||||
|
||||
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
|
||||
# 以下命令安装的软件包
|
||||
# apt-transport-https apt-utils binutils binutils-common
|
||||
# binutils-x86-64-linux-gnu build-essential bzip2 ca-certificates cmake
|
||||
|
||||
Reference in New Issue
Block a user