This commit is contained in:
Kseninia Mikhaylova 2024-11-19 12:17:12 +03:00
parent 06b8325cd8
commit fcb0df18a8
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ RUN apt-get install -y locales && \
locale-gen && \ locale-gen && \
update-locale LANG=ru_RU.UTF-8 update-locale LANG=ru_RU.UTF-8
RUN apt-get install language-pack-ru -y && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=ru_RU.UTF-8
RUN poetry -vvv --version RUN poetry -vvv --version
COPY pyproject.toml poetry.lock ./ COPY pyproject.toml poetry.lock ./