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