Skip to content

Commit

Permalink
remove unused checksum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo-stfc authored May 9, 2024
1 parent 74c8cb1 commit 9874d4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xrootd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN dnf -y install xrootd-ceph-buffered \
xrootd-server \
xrootd-server-libs \
xrootd-voms \
xrootd-ceph-ckslib \
jemalloc


Expand All @@ -74,8 +73,7 @@ RUN dnf -y install http://repos.gridpp.rl.ac.uk/yum/xrootd-cmstfc/el8/xrootd-cms
RUN dnf -y install openssl

# python3 needed for cephsum script
RUN dnf -y install xrd-cephsum \
python3 \
RUN dnf -y install python3 \
python3-rados

# Install netcat for service healthcheck
Expand Down

0 comments on commit 9874d4f

Please sign in to comment.