ngoctuanai commited on
Commit
a11686a
1 Parent(s): 861b14f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=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
 
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=en-US.UTF-8 LANGUAGE=en-US.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