From 034220a855d68c81152aa2cde0fa4df3f4faca51 Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Fri, 6 Oct 2023 09:27:31 +0200 Subject: [PATCH] Docker: add alma9 repository for xrootd packages --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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