Skip to content

Commit

Permalink
xrootd: On alma9, use el9 repo instead of centos7; #293
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio authored and bari12 committed Mar 12, 2024
1 parent 9986b17 commit 43c903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrootd/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM almalinux:9
# Install CERN CA
ADD ca.repo /etc/yum.repos.d/ca.repo

RUN dnf install -y epel-release.noarch http://linuxsoft.cern.ch/wlcg/centos7/x86_64/wlcg-repo-1.0.0-1.el7.noarch.rpm && \
RUN dnf install -y epel-release.noarch https://linuxsoft.cern.ch/wlcg/el9/x86_64/wlcg-repo-1.0.0-1.el9.noarch.rpm && \
dnf update -y && \
dnf upgrade -y && \
dnf --disablerepo="*" --enablerepo="carepo" -y install 'ca*' && \
Expand Down

0 comments on commit 43c903e

Please sign in to comment.