Skip to content

Commit

Permalink
Update to new DAVIX library
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering committed Feb 20, 2025
1 parent 89b5f17 commit 3048584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
ARG RUCIO_VERSION
FROM rucio/rucio-daemons:release-$RUCIO_VERSION

RUN sed -i -e 's/enabled=0/enabled=1/g' /etc/yum.repos.d/epel-testing.repo && \
yum clean all && \
yum install -y davix-libs

# Add CMS policy package
RUN mkdir -p /opt/rucio/policy/CMSRucioPolicy
COPY src/policy/CMSRucioPolicy /opt/rucio/policy/CMSRucioPolicy
Expand Down

0 comments on commit 3048584

Please # to comment.