diff --git a/Dockerfile b/Dockerfile index f05b365..49f01d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.12-slim AS builder WORKDIR /build # Install Poetry and export plugin -RUN pip install poetry==2.0.1 +RUN pip install poetry==2.0.1 poetry-plugin-export # Copy dependency files COPY pyproject.toml poetry.lock README.md ./