Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] docker: alpine - install apk py3-pydantic-core
Alpine Linux uses musl libc (instead of glibc). However, there is no pre-build of the pydantic-core python package for musl lib on armv7. Alternatively this patch installs py3-pydantic-core from Alpine packages [1] [1] https://pkgs.alpinelinux.org/package/edge/community/armv7/py3-pydantic-core - closes: searxng#3887 Signed-off-by: Markus Heiser <[email protected]>
- Loading branch information