From 3c275cabf371e09b9388b91db6cbb89006a4fa77 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 8 Apr 2023 15:00:27 +0300 Subject: [PATCH] ru lang --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b2fd741..b638e7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,14 +4,9 @@ WORKDIR /usr/src/app RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y locales locales-all -ENV LC_ALL en_US.UTF-8 -ENV LANG en_US.UTF-8 -ENV LANGUAGE en_US.UTF-8 -RUN apt-get install -y language-pack-ru ENV LANGUAGE ru_RU.UTF-8 ENV LANG ru_RU.UTF-8 ENV LC_ALL ru_RU.UTF-8 -RUN locale-gen ru_RU.UTF-8 && dpkg-reconfigure locales COPY requirements.txt requirements.txt RUN pip install -r requirements.txt COPY . .