From 1c08047318da04612de2c2e6694475af406013fb Mon Sep 17 00:00:00 2001 From: Egor Ivanov Date: Fri, 22 Nov 2024 23:33:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D1=83=D1=81=D1=81=D0=BA=D1=83=D1=8E=20=D0=BB=D0=BE=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=20=D0=B2=20=D0=B5=D0=B4=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edt/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/edt/Dockerfile b/edt/Dockerfile index 14255f0..c949565 100644 --- a/edt/Dockerfile +++ b/edt/Dockerfile @@ -60,7 +60,10 @@ RUN apt-get update \ ARG EDT_VERSION=2021.3 ARG downloads=downloads/DevelopmentTools10/${EDT_VERSION} +# Установка переменных окружения для корректной работы локали ENV LANG ru_RU.UTF-8 +ENV LANGUAGE ru_RU:ru +ENV LC_ALL ru_RU.UTF-8 # Install EDT COPY --from=downloader /tmp/${downloads} /tmp/${downloads}