diff --git a/Dockerfile b/Dockerfile index 9524cf6..b2978d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY pyproject.toml / RUN poetry config virtualenvs.create false && \ poetry lock && \ - poetry install --no-interaction --no-ansi + poetry install --no-interaction --no-ansi --no-root FROM python:3.11-slim