From f1f0dfd23119dc29d2b18b321b0e49618d1c3df0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 7 Oct 2024 13:11:47 +0200 Subject: [PATCH] Revert "[fix] docker: alpine - install apk py3-pydantic-core" This reverts commit 5332d3a0b8f94a7a984d22cbcfa1fb9c34cb3ff9. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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