rebase: install libcephfs-devel

Signed-off-by: Riya Singhal <rsinghal@redhat.com>
This commit is contained in:
Riya Singhal
2023-11-21 19:49:24 +05:30
committed by mergify[bot]
parent 4b5cdd5316
commit 5e80c6aee0
4 changed files with 5 additions and 3 deletions

View File

@ -28,6 +28,7 @@ RUN dnf -y install \
make \
gcc \
librados-devel \
libcephfs-devel \
librbd-devel \
&& dnf -y update \
&& dnf clean all \

View File

@ -32,6 +32,7 @@ RUN source /build.env \
gcc \
findutils \
librados-devel \
libcephfs-devel \
librbd-devel \
openssl \
rubygems \