Browse Source

remove LANG

Vladimir Tomishinets 4 years ago
parent
commit
b9b9908970
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -10,6 +10,5 @@ COPY healthcheck.sh entrypoint.sh /opt/
 
 HEALTHCHECK --interval=5s --start-period=3m CMD /opt/healthcheck.sh
 
-ENV LANG=ru_RU.utf8
 
 ENTRYPOINT ["/opt/entrypoint.sh"]