Browse Source

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

This reverts commit 5332d3a0b8f94a7a984d22cbcfa1fb9c34cb3ff9.
Markus Heiser 6 months ago
parent
commit
f1f0dfd231
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
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