Fix searxng Dockerfile: use xbps-install for Void Linux base image
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 6s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 14:09:19 +01:00
parent 6f2a32aabb
commit 8da6364e6e

View File

@@ -1,6 +1,6 @@
FROM searxng/searxng:latest
RUN apk add --no-cache gettext
RUN xbps-install -Sy gettext
COPY settings.yml.template /searxng/settings.yml.template
COPY entrypoint.sh /searxng/entrypoint.sh