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
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ RUN apk add --no-cache -t build-dependencies \
uwsgi \ uwsgi \
uwsgi-python3 \ uwsgi-python3 \
brotli \ brotli \
py3-pydantic-core \
&& pip3 install --break-system-packages --no-cache -r requirements.txt \ && pip3 install --break-system-packages --no-cache -r requirements.txt \
&& apk del build-dependencies \ && apk del build-dependencies \
&& rm -rf /root/.cache && rm -rf /root/.cache