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 c47c982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# empty string "" is for latest
xrootd-version: [
5.5.4,
5.6.2,
""
]

Expand Down
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 c47c982

Please sign in to comment.