Skip to content

Commit

Permalink
xrootd: install token dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Carpa authored and rcarpa committed Dec 14, 2023
1 parent ff95036 commit eb7ae71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrootd/Dockerfile
Original file line number Diff line number Diff line change
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 && \
dnf install -y xrootd xrootd-client xrootd-scitokens && \
dnf clean all && \
rm -rf /var/cache/dnf

Expand Down

0 comments on commit eb7ae71

Please sign in to comment.