From d3dc977e74c4189e4e692f5a69675fc2244afea7 Mon Sep 17 00:00:00 2001 From: Laurence Field <laurence.field@cern.ch> Date: Tue, 15 Oct 2024 14:39:06 +0200 Subject: [PATCH] Revert "Removing ARC install as it is in the base image" This reverts commit c07e1cf80e07014b97168eb8561f69be623be09a --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index d16f43c..f3dce95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,11 @@ RUN yum -y install --nogpgcheck condor condor-python # CREAM # RUN yum -y install glite-ce-cream-cli python-suds openldap-clients python-ldap +# ARC +# Take the pakcages from UMD due to a bug in v6.19.0 +#RUN rpm -ivh https://download.nordugrid.org/packages/nordugrid-release/releases/6/centos/el7/x86_64/nordugrid-release-6-1.el7.noarch.rpm +RUN yum -y install nordugrid-arc-client nordugrid-arc-plugins-needed nordugrid-arc-plugins-globus + # ETF Plugins RUN yum -y install python-jess python-nap nagios-plugins nagios-plugins-globus python-wnfm nagios-plugins-tokens -- GitLab