soiz1 commited on
Commit
f34b5dc
·
verified ·
1 Parent(s): 1beb095

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -30,6 +30,10 @@ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/downloa
30
  RUN chmod +x ./download
31
 
32
  ENV RUST_BACKTRACE=1
 
 
 
 
33
 
34
  # Install VOICEVOX Core
35
  RUN ./download --output voicevox_core
 
30
  RUN chmod +x ./download
31
 
32
  ENV RUST_BACKTRACE=1
33
+ ENV LANG=ja_JP.UTF-8
34
+ ENV LANGUAGE=ja_JP:ja
35
+ ENV LC_ALL=ja_JP.UTF-8
36
+
37
 
38
  # Install VOICEVOX Core
39
  RUN ./download --output voicevox_core