Skip to content
Snippets Groups Projects
Commit 8fc91f9f authored by Cedric Verstege's avatar Cedric Verstege
Browse files

Add gfal2 and more grid stuff

parent 12b4546e
Branches
No related tags found
No related merge requests found
Pipeline #3948 passed
......@@ -4,8 +4,25 @@ FROM cern/alma9-base:20241101-1
RUN dnf -y install crypto-policies-scripts && dnf clean all
RUN update-crypto-policies --set DEFAULT:SHA1
# Install EPEL
RUN dnf -y install epel-release && \
dnf clean all
# LCG stack requirements
RUN dnf -y install https://linuxsoft.cern.ch/wlcg/el9/x86_64/wlcg-repo-1.0.0-1.el9.noarch.rpm && \
dnf -y install HEP_OSlibs && \
dnf clean all
# Add grid stuff
RUN dnf -y install \
gfal2-all \
python3-gfal2 \
python3-gfal2-util \
globus-proxy-utils \
globus-gass-copy-progs \
voms-clients-cpp \
wlcg-iam-lsc-cms \
wlcg-iam-vomses-cms \
wlcg-voms-cms \
xrootd-client \
&& dnf clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment