Describe the bug
When running the application inside a Docker container based on Alpine 3.22, SQLite fails to load the vec0 extension and throws the following exception: Microsoft.Data.Sqlite.SqliteException: SQLite Error 1: 'Error loading shared library vec0.so: No such file or directory'.
To Reproduce
connection.LoadExtension("vec0");
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
- Language: C#
- Container OS: Alpine Linux 3.22