soiz1 commited on
Commit
b7f76fa
·
verified ·
1 Parent(s): 9f973dd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -29,6 +29,8 @@ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/downloa
29
  # Give execution permissions
30
  RUN chmod +x ./download
31
 
 
 
32
  ENV RUST_BACKTRACE=1
33
  ENV LANG=ja_JP.UTF-8
34
  ENV LANGUAGE=ja_JP:ja
 
29
  # Give execution permissions
30
  RUN chmod +x ./download
31
 
32
+ RUN apt-get update && apt-get install -y jq tree locales
33
+ RUN locale-gen ja_JP.UTF-8
34
  ENV RUST_BACKTRACE=1
35
  ENV LANG=ja_JP.UTF-8
36
  ENV LANGUAGE=ja_JP:ja