From 7890ae736b00a432261d52d9a2fa0ed4dacedf72 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Mon, 21 Apr 2025 12:28:42 +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 16a9160..16e0466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,8 @@ ENV LANG=en_US.UTF-8 \ LANGUAGE=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 +SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] + # 选择软件包源,安装常用软件包,配置locale和时区,并清理缓存 RUN set -eux; \ # 选择软件包源,以加速后续软件包安装