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

Make gridUI work

parent 57959633
No related branches found
No related tags found
1 merge request!1Add CERN CentOS7 for GridJobs
Pipeline #3754 skipped
......@@ -15,13 +15,19 @@ RUN yum -y install https://linuxsoft.cern.ch/wlcg/centos7/x86_64/wlcg-repo-1.0.0
yum-config-manager --add-repo https://repository.egi.eu/sw/production/cas/1/current/repo-files/egi-trustanchors.repo && \
yum -y clean all && rm -rf /var/cache
# Install software
RUN yum -y groupinstall 'Development Tools' && \
yum -y install HEP_OSlibs && \
yum clean all && rm -rf /var/cache
# Add grid stuff
run yum -y install HEP_OSlibs && \
yum -y install \
run yum -y install \
ca-policy-egi-core \
ca-policy-lcg \
gfal2-all \
gfal2-util \
python3-gfal2 \
python3-gfal2-util \
globus-proxy-utils \
globus-gass-copy-progs \
voms-clients-cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment