This commit is contained in:
hailin 2025-06-29 22:24:39 +08:00
parent d4330e0746
commit 26815416d7
1 changed files with 3 additions and 3 deletions

View File

@ -130,9 +130,9 @@ RUN apt update -y \
# Set up locale # Set up locale
RUN locale-gen en_US.UTF-8 RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8 ENV LANG=en_US.UTF-8 \
ENV LANGUAGE en_US:en LANGUAGE=en_US:en \
ENV LC_ALL en_US.UTF-8 LC_ALL=en_US.UTF-8
# Install minimal Python packages # Install minimal Python packages
RUN python3 -m pip install --no-cache-dir --break-system-packages \ RUN python3 -m pip install --no-cache-dir --break-system-packages \