Step 1/11 : FROM yiisoftware/yii2-php:7.3-apache
---> f8c7ac667442
Step 2/11 : RUN apt-get update && apt-get -y install sudo && apt-get install -y locales
---> Using cache
---> 8e8c0845af60
Step 3/11 : RUN locale-gen ru_RU
---> Using cache
---> b48073c1b005
Step 4/11 : RUN locale-gen ru_RU.utf8
---> Using cache
---> 5c03b6dd52c8
Step 5/11 : RUN update-locale LC_ALL=ru_RU.utf8
---> Running in 53c966b3fd1b
*** update-locale: Error: invalid locale settings: LC_ALL=ru_RU.utf8
ERROR: Service 'app' failed to build: The command '/bin/sh -c update-locale LC_ALL=ru_RU.utf8' returned a non-zero code: 255
Если 5 шаг не добавлять, то после запуска контейнера locale-a выдает только эти пункты:
C
C.UTF-8
POSIX
Что я делаю не так?