From 1a10a563e2d8e6a216a4edf75ca175d62820a7e2 Mon Sep 17 00:00:00 2001 From: vasilije Date: Sun, 5 Jan 2025 20:01:30 +0100 Subject: [PATCH] Fix linter issues --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cec626c86..50f2d0b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN pip install poetry RUN poetry config virtualenvs.create false # Install the dependencies -RUN poetry install --all-extras --no-root --no-dev +RUN poetry install --all-extras --no-root --without dev # Set the PYTHONPATH environment variable to include the /app directory