mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rebase: install libcephfs-devel
Signed-off-by: Riya Singhal <rsinghal@redhat.com>
This commit is contained in:
parent
4b5cdd5316
commit
5e80c6aee0
@ -37,7 +37,7 @@ RUN source /build.env && \
|
|||||||
RUN ${GOROOT}/bin/go version && ${GOROOT}/bin/go env
|
RUN ${GOROOT}/bin/go version && ${GOROOT}/bin/go env
|
||||||
|
|
||||||
RUN dnf -y install --nodocs \
|
RUN dnf -y install --nodocs \
|
||||||
librados-devel librbd-devel \
|
librados-devel librbd-devel libcephfs-devel \
|
||||||
/usr/bin/cc \
|
/usr/bin/cc \
|
||||||
make \
|
make \
|
||||||
git \
|
git \
|
||||||
|
@ -24,8 +24,8 @@ it is **highly** encouraged to:
|
|||||||
* Ceph-CSI uses the native Ceph libraries through the [go-ceph
|
* Ceph-CSI uses the native Ceph libraries through the [go-ceph
|
||||||
package](https://github.com/ceph/go-ceph). It is required to install the
|
package](https://github.com/ceph/go-ceph). It is required to install the
|
||||||
Ceph C headers in order to compile Ceph-CSI. The packages are called
|
Ceph C headers in order to compile Ceph-CSI. The packages are called
|
||||||
`librados-devel` and `librbd-devel` on many Linux distributions. See the
|
`librados-devel` , `librbd-devel` and `libcephfs-devel`
|
||||||
[go-ceph installation
|
on many Linux distributions. See the [go-ceph installation
|
||||||
instructions](https://github.com/ceph/go-ceph#installation) for more
|
instructions](https://github.com/ceph/go-ceph#installation) for more
|
||||||
details.
|
details.
|
||||||
* Run
|
* Run
|
||||||
|
@ -28,6 +28,7 @@ RUN dnf -y install \
|
|||||||
make \
|
make \
|
||||||
gcc \
|
gcc \
|
||||||
librados-devel \
|
librados-devel \
|
||||||
|
libcephfs-devel \
|
||||||
librbd-devel \
|
librbd-devel \
|
||||||
&& dnf -y update \
|
&& dnf -y update \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
|
@ -32,6 +32,7 @@ RUN source /build.env \
|
|||||||
gcc \
|
gcc \
|
||||||
findutils \
|
findutils \
|
||||||
librados-devel \
|
librados-devel \
|
||||||
|
libcephfs-devel \
|
||||||
librbd-devel \
|
librbd-devel \
|
||||||
openssl \
|
openssl \
|
||||||
rubygems \
|
rubygems \
|
||||||
|
Loading…
Reference in New Issue
Block a user