LiveKit 1.0.22 has broken our deploys
yimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll '/usr/bin/app/_internal/livekit/rtc/resources/liblivekit_ffi.so'. Most likely this dynlib/dll was not found when the application was frozen.
App is building with pyinstaller:
RUN pyinstaller --hidden-import livekit.rtc.resources --collect-data livekit --collect-binaries livekit --onedir --distpath /out --name app \
app/cli.py
Pinning livekit to 1.0.20 fixes the problem: