From 1269af519bb37d4a76199befd43ffc123d57a6f9 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Wed, 25 Sep 2024 16:11:44 -0500 Subject: [PATCH] Don't install alja-xrootd into atlas-xcache (SOFTWARE-5998) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2dc6449..c932b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,7 @@ ARG BASE_YUM_REPO=testing ENV XC_IMAGE_NAME atlas-xcache RUN yum install -y --enablerepo=osg-contrib \ + --exclude=alja-\* \ atlas-xcache && \ yum install -y python3 python3-psutil python3-requests && \ yum clean all --enablerepo=* && rm -rf /var/cache/