You are not logged in.
Hi guys,
In my dockerfile I'm trying to set up a new locale. The default is set and works well. I would like to add a new locale but it does not find the definition of locales.
This is the mistake:
cannot open locale definition file 'xx_XX': No such file or directory
How could I solve it?
regards
Last edited by archdom (2020-02-26 20:09:51)
Offline
https://wiki.archlinux.org/index.php/Locale
If that is insufficient, clarify what you are actually doing which commands you are using and which actual uncensored error you are getting. And which image you are trying to build with which baseline.
If you just use the default docker image that is heavily stripped, you'll have to set up your own, see: https://wiki.archlinux.org/index.php/Docker#Arch_Linux clone the repo, change the locale and change the noextract rules so that they do not exclude non eng languages.
Last edited by V1del (2020-02-26 19:11:05)
Offline
https://wiki.archlinux.org/index.php/Locale
If that is insufficient, clarify what you are actually doing which commands you are using and which actual uncensored error you are getting. And which image you are trying to build with which baseline.
If you just use the default docker image that is heavily stripped, you'll have to set up your own, see: https://wiki.archlinux.org/index.php/Docker#Arch_Linux clone the repo, change the locale and change the noextract rules so that they do not exclude non eng languages.
Done. Thank you so much! Marked as solved
Offline