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>
This commit is contained in:
Madhu Rajanna 2024-05-17 09:25:21 +02:00 committed by mergify[bot]
parent 3073409695
commit 90c6be089b

View File

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