diff --git a/Dockerfile.revad-ceph b/Dockerfile.revad-ceph index b3c22996e9..0e82a5b46e 100644 --- a/Dockerfile.revad-ceph +++ b/Dockerfile.revad-ceph @@ -20,10 +20,18 @@ 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 mkdir -p /etc/selinux/config +# 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 \ +# RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \ +# git \ +# gcc \ +# make \ +# libcephfs-devel \ +# librbd-devel \ +# librados-devel + +RUN dnf update --exclude=ceph-iscsi -y && dnf install -y \ git \ gcc \ make \