diff --git a/Dockerfile b/Dockerfile index 4a5ea43f9..82d79fe27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ COPY pyproject.toml poetry.lock ./ RUN poetry config virtualenvs.create false -RUN poetry install --no-interaction --no-ansi --no-root +RUN poetry install --no-interaction --no-ansi --no-root --all-extras COPY . ./ -RUN poetry install --only-root \ No newline at end of file +RUN poetry install --only-root --all-extras \ No newline at end of file