test lang

This commit is contained in:
Kseninia Mikhaylova 2024-11-19 12:13:21 +03:00
parent 8404d8252c
commit c47ba87151
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ WORKDIR ${WORKING_DIR}
RUN apt-get update RUN apt-get update
RUN apt-get install python3-pip -y RUN apt-get install python3-pip -y
RUN apt-get install python3-poetry -y RUN apt-get install python3-poetry -y
RUN apt-get install language-pack-ru -y && \ RUN apt-get install -y locales && apt-get install language-pack-ru -y && \
dpkg-reconfigure --frontend=noninteractive locales && \ dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=ru_RU.UTF-8 update-locale LANG=ru_RU.UTF-8