Install gettext in searxng container for envsubst support
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 6s
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:
@@ -1,5 +1,7 @@
|
|||||||
FROM searxng/searxng:latest
|
FROM searxng/searxng:latest
|
||||||
|
|
||||||
|
RUN apk add --no-cache gettext
|
||||||
|
|
||||||
COPY settings.yml.template /searxng/settings.yml.template
|
COPY settings.yml.template /searxng/settings.yml.template
|
||||||
COPY entrypoint.sh /searxng/entrypoint.sh
|
COPY entrypoint.sh /searxng/entrypoint.sh
|
||||||
RUN chmod +x /searxng/entrypoint.sh
|
RUN chmod +x /searxng/entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user