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:
Madhu Rajanna 2024-05-17 09:25:21 +02:00 committed by mergify[bot]
parent aa7d6b85a9
commit 9def5d5386

View File

@ -37,6 +37,7 @@ RUN source /build.env \
libcephfs-devel \
librbd-devel \
openssl \
ruby-devel \
rubygems \
ShellCheck \
codespell \