mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
ci: install ruby-devel in test container
The tests are failing due to missing
ruby-devel package in the base image
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 90c6be089b
)
This commit is contained in:
parent
42e0b8a167
commit
5472066702
@ -37,6 +37,7 @@ RUN source /build.env \
|
|||||||
libcephfs-devel \
|
libcephfs-devel \
|
||||||
librbd-devel \
|
librbd-devel \
|
||||||
openssl \
|
openssl \
|
||||||
|
ruby-devel \
|
||||||
rubygems \
|
rubygems \
|
||||||
ShellCheck \
|
ShellCheck \
|
||||||
codespell \
|
codespell \
|
||||||
|
Loading…
Reference in New Issue
Block a user