We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925a576 commit 1269af5Copy full SHA for 1269af5
Dockerfile
@@ -78,6 +78,7 @@ ARG BASE_YUM_REPO=testing
78
ENV XC_IMAGE_NAME atlas-xcache
79
80
RUN yum install -y --enablerepo=osg-contrib \
81
+ --exclude=alja-\* \
82
atlas-xcache && \
83
yum install -y python3 python3-psutil python3-requests && \
84
yum clean all --enablerepo=* && rm -rf /var/cache/
0 commit comments