upgrade preps
frdel committed
Feb 2, 2026 at 15:41 UTC
ec3bb61e4e9573a39479b66db3a9ffb27ba8b8d2
2 files changed
+4
-3
.github/FUNDING.yml
+1
-1
@@ -1 +1 @@
1
-github: frdel
1
+github: agent0ai
docker/base/fs/ins/install_searxng2.sh
+3
-2
@@ -23,11 +23,12 @@ source "/usr/local/searxng/searx-pyenv/bin/activate"
23
echo "====================SEARXNG2 INST===================="
24
25
# update pip's boilerplate
26
-pip install --no-cache-dir -U pip setuptools wheel pyyaml lxml
26
+pip install --no-cache-dir -U pip setuptools wheel pyyaml lxml msgspec typing_extensions
27
28
# jump to SearXNG's working tree and install SearXNG into virtualenv
29
cd "/usr/local/searxng/searxng-src"
30
-pip install --no-cache-dir --use-pep517 --no-build-isolation -e .
30
+# pip install --no-cache-dir --use-pep517 --no-build-isolation -e .
31
+pip install --no-cache-dir --use-pep517 --no-build-isolation .
32
33
# cleanup cache
34
pip cache purge