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.
2 parents 925a576 + 1269af5 commit 24484a0Copy full SHA for 24484a0
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