From 7a638a7093fbc27e4154fe960da91f23552e75c1 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Mon, 21 Apr 2025 12:28:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Dockerfile=E5=A2=9E=E5=8A=A0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=BC=82=E5=B8=B8=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 148693a..f5a37a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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