Alpine uses musl instead of glibc. The PyInstaller bootloader for Linux 64 that comes with PyInstaller is made for glibc. This Docker image builds a bootloader with musl. This Docker image also ...
pyinstaller --onefile --add-binary "C:/vcpkg/installed/x64-windows-static/tools/tesseract/tesseract.exe;." --add-binary "C:/poppler/Library/bin;poppler/bin" --add ...