From 72c64c2fbdebd46e67fb9d19aa584d81896a6420 Mon Sep 17 00:00:00 2001 From: AlexBob Date: Sat, 24 Aug 2024 14:55:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(postgres):=20=E7=A1=AE=E4=BF=9D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E8=AE=BE=E7=BD=AELANG=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8FENV=20LANG=3Dzh=5FCN.utf8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boot/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/postgres/Dockerfile b/boot/postgres/Dockerfile index 8eabac1a..10f31dcf 100644 --- a/boot/postgres/Dockerfile +++ b/boot/postgres/Dockerfile @@ -5,4 +5,4 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8 RUN localedef -i zh_HK -c -f UTF-8 -A /usr/share/locale/locale.alias zh_HK.UTF-8 RUN localedef -i zh_TW -c -f UTF-8 -A /usr/share/locale/locale.alias zh_TW.UTF-8 -ENV LANG zh_CN.utf8 \ No newline at end of file +ENV LANG=zh_CN.utf8 \ No newline at end of file