Replacing CRLF with LF using Notepad++
- Notepad++'s Find/Replace feature handles this requirement quite
nicely. Simply bring up the Replace dialogue (CTRL+H), select
Extended search mode (ALT+X), search for ā\r\nā and replace with
ā\nā:
- Hit Replace All (ALT+A)
Rebuild and run the docker image should solve your problem.