fix: 区域设置失败

This commit is contained in:
xiao 2024-11-02 10:13:36 +08:00
parent cec56bce90
commit 5242e6f60a

View File

@ -18,8 +18,7 @@ RUN apt install -y \
libfreetype6-dev libjpeg62-turbo libjpeg62-turbo-dev
# 配置区域设置
RUN locale-gen en_US.UTF-8 \
&& update-locale LANG=en_US.UTF-8
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en