Selaa lähdekoodia

change locale

Vladimir Tomishinets 6 vuotta sitten
vanhempi
commit
03ccb0d645
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -25,5 +25,5 @@ COPY logging.properties /opt/tomcat8/conf/
 RUN set -eux; \
     localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
 USER tomcat
-RUN ENV LANG ru_RU.utf8
+ENV LANG ru_RU.utf8
 CMD ["catalina.sh", "run"]