Skip to content

Commit

Permalink
добавил русскую локаль в едт
Browse files Browse the repository at this point in the history
  • Loading branch information
Segate-ekb committed Nov 22, 2024
1 parent 1f3bfa1 commit 1c08047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1c08047

Please sign in to comment.