diff --git a/Dockerfile b/Dockerfile index 2a4d39591..3c3188094 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ 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