Skip to content

Commit

Permalink
Docker: add alma9 repository for xrootd packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Oct 6, 2023
1 parent 3150d7c commit 034220a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@

FROM almalinux:9


RUN dnf install -y git-all
RUN dnf install -y epel-release
RUN dnf update -y
# CRB (Code Ready Builder): equivalent repository to well-known CentOS PowerTools
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
Expand Down

0 comments on commit 034220a

Please sign in to comment.