From dc3ccfaa6f8b3cbf0ed475faa56fb132686e62f5 Mon Sep 17 00:00:00 2001 From: Radu Carpa Date: Wed, 26 Jul 2023 15:30:51 +0200 Subject: [PATCH] xrootd & webdav: install the headless qbittorrent package In preparation for the feature in rucio which introduces the torrent transfertool --- webdav/Dockerfile | 1 + xrootd/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/webdav/Dockerfile b/webdav/Dockerfile index f31a48c..6934646 100644 --- a/webdav/Dockerfile +++ b/webdav/Dockerfile @@ -29,6 +29,7 @@ RUN set -ex; \ libapache2-mod-auth-openidc \ libapache2-mod-oauth2 \ gridsite \ + qbittorrent-nox \ ; \ apt-get clean diff --git a/xrootd/Dockerfile b/xrootd/Dockerfile index 7b1e9e6..1740cdc 100644 --- a/xrootd/Dockerfile +++ b/xrootd/Dockerfile @@ -7,7 +7,7 @@ RUN dnf install -y epel-release.noarch http://linuxsoft.cern.ch/wlcg/centos7/x86 dnf update -y && \ dnf upgrade -y && \ dnf --disablerepo="*" --enablerepo="carepo" -y install 'ca*' && \ - dnf install -y xrootd xrootd-client xrootd-scitokens && \ + dnf install -y xrootd xrootd-client xrootd-scitokens qbittorrent-nox && \ dnf clean all && \ rm -rf /var/cache/dnf