liuyuqi-dellpc 2 years ago
parent
commit
91929efca0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -2,7 +2,9 @@ FROM kfwkfulq.mirror.aliyuncs.com/library/ubuntu:20.10 as dev
 LABEL Name=wordtohtml Version=1.0.5
 EXPOSE 5000
 
-ENV LANG en_US.UTF-8
+ENV LANG     en_US.UTF-8
+ENV LANGUAGE en_US.UTF-8
+ENV LC_ALL   en_US.UTF-8
 
 # Install requirements
 RUN apt update && \