diff --git a/Dockerfile b/Dockerfile index d08d681c5..97b84ed17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.19 ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"] EXPOSE 8080 VOLUME /etc/searxng @@ -45,7 +45,7 @@ RUN apk add --no-cache -t build-dependencies \ uwsgi \ uwsgi-python3 \ brotli \ - && pip3 install --no-cache -r requirements.txt \ + && pip3 install --break-system-packages --no-cache -r requirements.txt \ && apk del build-dependencies \ && rm -rf /root/.cache