From de7c49aad3d0e76ff457ff3d6ada8f3f302f76ab Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Mon, 13 Nov 2023 15:24:25 +0100
Subject: [PATCH] images: Install extra deathreaper dependency group (#443)

---
 image/pip    | 2 +-
 image/poetry | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/image/pip b/image/pip
index befbb83a..bac7d01d 100644
--- a/image/pip
+++ b/image/pip
@@ -10,7 +10,7 @@ WORKDIR /silkaj
 COPY ./ ./
 
 # Install Silkaj
-RUN pip install .
+RUN pip install . silkaj[deathreaper]
 
 # ------------------------------------------------------------------------------
 # Final Stage
diff --git a/image/poetry b/image/poetry
index e9decf1f..759e324d 100644
--- a/image/poetry
+++ b/image/poetry
@@ -10,7 +10,7 @@ WORKDIR /silkaj
 COPY ./ ./
 
 # Install Silkaj
-RUN poetry install --only main
+RUN poetry install --only main --extras deathreaper
 
 # ------------------------------------------------------------------------------
 # Final Stage
-- 
GitLab