Skip to content

Fix Python encoding error in Docker image

Lukas Riedel requested to merge fix-parscraper-source-reader into master

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!

Related issues

Edited by Lukas Riedel

Merge request reports