diff --git a/Dockerfile b/Dockerfile index ec3dd8119..cec626c86 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 --no-root --no-dev +RUN poetry install --all-extras --no-root --no-dev # Set the PYTHONPATH environment variable to include the /app directory