diff --git a/Dockerfile.revad-ceph b/Dockerfile.revad-ceph index b3c22996e9..0b93970dd7 100644 --- a/Dockerfile.revad-ceph +++ b/Dockerfile.revad-ceph @@ -20,7 +20,7 @@ FROM quay.io/ceph/ceph:v18 # replace repo url with one that allows downloading the repo metadata # if http://download.ceph.com/rpm-reef/el8/x86_64/repodata/repomd.xml works again this can be dropped -RUN sed -i 's/download.ceph.com/fr.ceph.com/' /etc/yum.repos.d/ceph.repo +# RUN sed -i 's/download.ceph.com/fr.ceph.com/' /etc/yum.repos.d/ceph.repo RUN mkdir -p /etc/selinux/config RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \