fix: fixes broken docker image

This commit is contained in:
2025-11-08 20:40:21 -03:00
parent dd007f79e6
commit 086ca3ba6a
3 changed files with 327 additions and 175 deletions

View File

@@ -14,6 +14,7 @@ RUN poetry sync --no-root --without dev
FROM python:3.12-slim-bookworm AS production
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
build-essential \
python3-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/*