From ad2e2f40eecf469ed4ac30fc8820cc257b58039f Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Mon, 12 May 2025 10:17:05 +0300 Subject: [PATCH] Features: Fixes: Extra: 1) Remove unused sentry extra from Poetry install command in Dockerfile; --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 223b1fc7..bb3d70e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,6 @@ RUN set -eux; \ COPY pyproject.toml pyproject.toml COPY poetry.lock poetry.lock -RUN poetry install -E graph -E worker -E AI -E sentry +RUN poetry install -E graph -E worker -E AI COPY . . \ No newline at end of file