mirror of https://github.com/ceph/go-ceph
containers: drop the unused rbd-fuse from the install packages
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
7c19066bed
commit
90e5af86ef
|
@ -9,7 +9,6 @@ RUN true && \
|
||||||
yum install -y \
|
yum install -y \
|
||||||
git wget curl make \
|
git wget curl make \
|
||||||
/usr/bin/cc /usr/bin/c++ \
|
/usr/bin/cc /usr/bin/c++ \
|
||||||
rbd-fuse \
|
|
||||||
"libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" && \
|
"libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" && \
|
||||||
true
|
true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue