diff --git a/Dockerfile b/Dockerfile index 6e2c037..db8f6df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR ${WORKING_DIR} RUN apt-get update RUN apt-get install python3-pip -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 && \ update-locale LANG=ru_RU.UTF-8