Install gettext in searxng container for envsubst support
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:07:57 +01:00
parent 75f4608d34
commit 6f2a32aabb

View File

@@ -1,5 +1,7 @@
FROM searxng/searxng:latest
RUN apk add --no-cache gettext
COPY settings.yml.template /searxng/settings.yml.template
COPY entrypoint.sh /searxng/entrypoint.sh
RUN chmod +x /searxng/entrypoint.sh