Skip to content

Commit d56b47f

Browse files
committed
fix pinyin arch based
1 parent fc0e13f commit d56b47f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ ENV DISPLAY=:1 \
109109
NVIDIA_DRIVER_CAPABILITIES=all \
110110
DISABLE_ZINK=false \
111111
DISABLE_DRI3=false \
112+
LC_ALL=en_US.UTF-8 \
112113
TITLE=Selkies
113114

114115
RUN \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ ENV DISPLAY=:1 \
109109
NVIDIA_DRIVER_CAPABILITIES=all \
110110
DISABLE_ZINK=false \
111111
DISABLE_DRI3=false \
112+
LC_ALL=en_US.UTF-8 \
112113
TITLE=Selkies
113114

114115
RUN \

0 commit comments

Comments
 (0)