diff --git a/deploy/cephcsi/image/Dockerfile b/deploy/cephcsi/image/Dockerfile index b81641d3a9e..1baaa7c4f85 100644 --- a/deploy/cephcsi/image/Dockerfile +++ b/deploy/cephcsi/image/Dockerfile @@ -11,6 +11,7 @@ RUN dnf config-manager --disable \ tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi,ganesha || true RUN dnf -y update --nobest \ + && dnf -y install nfs-utils \ && dnf clean all \ && rm -rf /var/cache/yum