diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef8045d..53015d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,7 @@ jobs: # empty string "" is for latest xrootd-version: [ 5.5.4, + 5.6.2, "" ] diff --git a/Dockerfile b/Dockerfile index 43101f4..64d9fb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ FROM almalinux:9 + RUN dnf install -y git-all RUN dnf install -y epel-release RUN dnf update -y @@ -13,6 +14,9 @@ RUN dnf update -y RUN dnf install -y yum-utils RUN dnf config-manager --set-enabled crb +RUN dnf config-manager --add-repo https://cern.ch/xrootd/xrootd-fedora.repo +RUN dnf list installed + # Install Python 3.9 RUN dnf install -y python3-devel RUN ln -sfn /usr/bin/python3 /usr/bin/python