Fix Python encoding error in Docker image
Hotfix for the failing pipeline
What does this MR do?
Ensure that en_US.UTF-8
locale is always set in Docker images. The failing pipeline was caused by an update of the locale
package. This invalidated the previous localdef
command, leaving Python without active UTF-8 locale.
Is there something that needs to be double checked?
- UTF-8 locale active in Docker image Python installation (tested locally)
Can this MR be accepted?
- Implemented hotfix
[ ] Added/Updated documentation- Pipeline passing
- Squash option set
- Delete branch option set
-
Added entry to
CHANGELOG.md
Assignee: If the Squash option is set, check/update the commit message right before merging!