Skip to content

Commit d137010

Browse files
ismaelpuertomergify[bot]
authored andcommitted
build: Update Dockerfile to install 'attr' package
Signed-off-by: Ismael Puerto <ismaelpuerto@users.noreply.github.com>
1 parent d738411 commit d137010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/cephcsi/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ COPY --from=builder ${SRC_DIR}/_output/cephcsi /usr/local/bin/cephcsi
8585

8686
RUN true \
8787
&& 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 \
88+
&& microdnf -y install kmod nfs-utils nvme-cli epel-release psmisc e2fsprogs xfsprogs cryptsetup attr --setopt=install_weak_deps=0 --setopt=tsflags=nodocs \
8989
&& microdnf -y install thrift librados2 librbd1 libcephfs2 ceph-common ceph-fuse rbd-nbd --setopt=install_weak_deps=0 --setopt=tsflags=nodocs \
9090
&& microdnf clean all \
9191
&& true

0 commit comments

Comments
 (0)