I want to add locale into my container.
When I'm root on my container, and I do locale -a
, I have this :
C
C.UTF-8
POSIX
I tried to add locale with this : locale-gen fr_FR.UTF-8
. After I restarted container.
But when I do locale -a
, I don't have fr_FR.uft8
...
But I don't understant when I exit to container an do locale -a
, I have fr_FR.utf8!
How can I add locale into my container?