Skip to content

Commit

Permalink
xrootd & webdav: install the headless qbittorrent package
Browse files Browse the repository at this point in the history
In preparation for the feature in rucio which introduces the torrent transfertool
  • Loading branch information
rcarpa authored and bari12 committed Jan 22, 2024
1 parent d33dbff commit dc3ccfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions webdav/Dockerfile
Expand Up @@ -29,6 +29,7 @@ RUN set -ex; \
libapache2-mod-auth-openidc \
libapache2-mod-oauth2 \
gridsite \
qbittorrent-nox \
; \
apt-get clean

Expand Down
2 changes: 1 addition & 1 deletion xrootd/Dockerfile
Expand Up @@ -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

Expand Down

0 comments on commit dc3ccfa

Please sign in to comment.