Fix searxng Dockerfile: use xbps-install for Void Linux base image
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,6 +1,6 @@
|
|||||||
FROM searxng/searxng:latest
|
FROM searxng/searxng:latest
|
||||||
|
|
||||||
RUN apk add --no-cache gettext
|
RUN xbps-install -Sy 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
|
||||||
|
|||||||
Reference in New Issue
Block a user