containers: drop the unused rbd-fuse from the install packages

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-04-12 09:46:54 -04:00 committed by mergify[bot]
parent 7c19066bed
commit 90e5af86ef
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ RUN true && \
yum install -y \
git wget curl make \
/usr/bin/cc /usr/bin/c++ \
rbd-fuse \
"libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" && \
true