mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rebase: install libcephfs-devel
Signed-off-by: Riya Singhal <rsinghal@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
4b5cdd5316
commit
5e80c6aee0
@ -28,6 +28,7 @@ RUN dnf -y install \
|
||||
make \
|
||||
gcc \
|
||||
librados-devel \
|
||||
libcephfs-devel \
|
||||
librbd-devel \
|
||||
&& dnf -y update \
|
||||
&& dnf clean all \
|
||||
|
@ -32,6 +32,7 @@ RUN source /build.env \
|
||||
gcc \
|
||||
findutils \
|
||||
librados-devel \
|
||||
libcephfs-devel \
|
||||
librbd-devel \
|
||||
openssl \
|
||||
rubygems \
|
||||
|
Reference in New Issue
Block a user