Skip to content

Commit 24484a0

Browse files
Merge pull request #116 from matyasselmeci/pr/avoid-alja-xrootd.SOFTWARE-5998
Don't install alja-xrootd into atlas-xcache (SOFTWARE-5998)
2 parents 925a576 + 1269af5 commit 24484a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ ARG BASE_YUM_REPO=testing
7878
ENV XC_IMAGE_NAME atlas-xcache
7979

8080
RUN yum install -y --enablerepo=osg-contrib \
81+
--exclude=alja-\* \
8182
atlas-xcache && \
8283
yum install -y python3 python3-psutil python3-requests && \
8384
yum clean all --enablerepo=* && rm -rf /var/cache/

0 commit comments

Comments
 (0)