diff --git a/Dockerfile b/Dockerfile index b3d4d28..3793a3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN pip install --no-cache-dir poetry RUN poetry config virtualenvs.create false COPY pyproject.toml poetry.lock ./ -RUN poetry install --only main --no-interaction --no-ansi +RUN poetry install --only main --no-interaction --no-ansi --no-root FROM python:3.10-alpine