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 committed by GitHub
parent 5332d3a0b8
commit a4ce12b6dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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