From 7bbdb1d9ff2f43833a3dd5dbe0d832dde768591c Mon Sep 17 00:00:00 2001 From: xiao Date: Sat, 8 Mar 2025 22:46:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E7=9A=84=20update-locale=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f888e91..2267e7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN sed -i 's/deb.debian.org/mirrors.tencent.com/g' /etc/apt/sources.list.d/debi locales \ wget iproute2 openssh-server cmake make gcc g++ autoconf sudo curl dos2unix build-essential \ && locale-gen en_US.UTF-8 \ - && update-locale LANG=en_US.UTF-8 \ && apt autoremove -y \ && apt clean \ && rm -rf /var/lib/apt/lists/* @@ -18,6 +17,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 + # 转换启动脚本 RUN dos2unix /bt.sh && dos2unix /init_mysql.sh