Skip to content
Snippets Groups Projects
Commit de7c49aa authored by Moul's avatar Moul
Browse files

images: Install extra deathreaper dependency group (#443)

parent e9c761db
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ WORKDIR /silkaj ...@@ -10,7 +10,7 @@ WORKDIR /silkaj
COPY ./ ./ COPY ./ ./
# Install Silkaj # Install Silkaj
RUN pip install . RUN pip install . silkaj[deathreaper]
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Final Stage # Final Stage
......
...@@ -10,7 +10,7 @@ WORKDIR /silkaj ...@@ -10,7 +10,7 @@ WORKDIR /silkaj
COPY ./ ./ COPY ./ ./
# Install Silkaj # Install Silkaj
RUN poetry install --only main RUN poetry install --only main --extras deathreaper
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Final Stage # Final Stage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment