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 Praveen M
parent 42e0b8a167
commit 5472066702

View File

@ -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 \