ngoctuanai
commited on
Commit
•
861b14f
1
Parent(s):
76fbabe
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN version=$(basename $(curl -sL -o /dev/null -w %{url_effective} https://githu
|
|
14 |
&& tar -xzf ninja.tar.gz
|
15 |
|
16 |
# Set the Chinese language environment and do not interact with APT
|
17 |
-
ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive LANG=
|
18 |
|
19 |
# Copy the main `ninja` file to /bin so it can be run from anywhere
|
20 |
RUN cp ninja /bin/ninja
|
|
|
14 |
&& tar -xzf ninja.tar.gz
|
15 |
|
16 |
# Set the Chinese language environment and do not interact with APT
|
17 |
+
ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive LANG=zh_CN.UTF-8 LANGUAGE=zh_CN.UTF-8 LC_ALL=C
|
18 |
|
19 |
# Copy the main `ninja` file to /bin so it can be run from anywhere
|
20 |
RUN cp ninja /bin/ninja
|