This PR aims to fix issue #26, which was caused by an incompatible version of iconv in Alpine. Thanks to @jimsihk for the research and the proposed workaround.
Changes:
Added gnu-libiconv-1.15-r3 from the Alpine 3.13 repository to replace the incompatible iconv version.
Set LD_PRELOAD environment variable to use the preloadable_libiconv.so from gnu-libiconv.
This PR aims to fix issue #26, which was caused by an incompatible version of iconv in Alpine. Thanks to @jimsihk for the research and the proposed workaround.
Changes:
With these changes, we hope to have a functional Alpine-based solution. Please review and let me know if any further modifications are required.
Closes #26