There was an error while loading. Please reload this page.
1 parent d738411 commit d137010Copy full SHA for d137010
1 file changed
deploy/cephcsi/image/Dockerfile
@@ -85,7 +85,7 @@ COPY --from=builder ${SRC_DIR}/_output/cephcsi /usr/local/bin/cephcsi
85
86
RUN true \
87
&& rpm -ivh https://download.ceph.com/rpm-${CEPH_VERSION}/el9/noarch/ceph-release-1-1.el9.noarch.rpm \
88
- && microdnf -y install kmod nfs-utils nvme-cli epel-release psmisc e2fsprogs xfsprogs cryptsetup --setopt=install_weak_deps=0 --setopt=tsflags=nodocs \
+ && microdnf -y install kmod nfs-utils nvme-cli epel-release psmisc e2fsprogs xfsprogs cryptsetup attr --setopt=install_weak_deps=0 --setopt=tsflags=nodocs \
89
&& microdnf -y install thrift librados2 librbd1 libcephfs2 ceph-common ceph-fuse rbd-nbd --setopt=install_weak_deps=0 --setopt=tsflags=nodocs \
90
&& microdnf clean all \
91
&& true
0 commit comments