DecisionsDev / odm-ondocker

This repository allows to deploy an IBM Operational Decision Manager topology with Docker Compose
https://odmdev.github.io/odm-ondocker/
Apache License 2.0
52 stars 40 forks source link

script does not work in RHEL8 #258

Closed alainrobert closed 4 years ago

alainrobert commented 4 years ago

https://github.com/ODMDev/odm-ondocker/blob/9ad76ba7009a72dea9caef0b65dc99749f28a5af/decisioncenter/script/setUTF8Locale.sh#L3

set LANG=en_us.UTF-8 does not work with RHEL 8. We should consider setting LANG=C.UTF-8 without any condition.

mmouly commented 4 years ago

done