1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-14 16:50:11 +01:00

Revert "[fix] docker: alpine - install apk py3-pydantic-core"

This reverts commit 5332d3a0b8.
This commit is contained in:
Markus Heiser 2024-10-07 13:11:47 +02:00
parent 5332d3a0b8
commit f1f0dfd231

View File

@ -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