From a362de165c0b90089c0a80533652e47938265752 Mon Sep 17 00:00:00 2001 From: Manuel Giffels Date: Wed, 11 Dec 2024 09:23:59 +0100 Subject: [PATCH] Add addtional plugins and tools to the container for PUNCH4NFDI --- containers/cobald-tardis-htcondor/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/containers/cobald-tardis-htcondor/Dockerfile b/containers/cobald-tardis-htcondor/Dockerfile index e00330af..30bef553 100644 --- a/containers/cobald-tardis-htcondor/Dockerfile +++ b/containers/cobald-tardis-htcondor/Dockerfile @@ -21,7 +21,9 @@ RUN dnf -y update \ && dnf clean all RUN python3.11 -m pip install --no-cache-dir --upgrade pip \ - && python3.11 -m pip install --no-cache-dir git+$SOURCE_REPO_URL@$SOURCE_BRANCH + && python3.11 -m pip install --no-cache-dir git+$SOURCE_REPO_URL@$SOURCE_BRANCH \ + && python3.11 -m pip install --no-cache-dir cobald-hep-plugins \ + && python3.11 -m pip install --no-cache-dir htcondor-queue-poller WORKDIR /srv