summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2024-10-07 13:11:47 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-10-07 13:18:54 +0200
commitf1f0dfd23119dc29d2b18b321b0e49618d1c3df0 (patch)
tree1348cbf64ab2abeb308fbf8c1bf8807bce7fa99f /Dockerfile
parent5332d3a0b8f94a7a984d22cbcfa1fb9c34cb3ff9 (diff)
downloadsearxng-f1f0dfd23119dc29d2b18b321b0e49618d1c3df0.tar.gz
searxng-f1f0dfd23119dc29d2b18b321b0e49618d1c3df0.zip
Revert "[fix] docker: alpine - install apk py3-pydantic-core"
This reverts commit 5332d3a0b8f94a7a984d22cbcfa1fb9c34cb3ff9.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3c3188094..2a4d39591 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,7 +44,6 @@ RUN apk add --no-cache -t build-dependencies \
uwsgi \
uwsgi-python3 \
brotli \
- py3-pydantic-core \
&& pip3 install --break-system-packages --no-cache -r requirements.txt \
&& apk del build-dependencies \
&& rm -rf /root/.cache