From 60f71b14d52df7e712caa114b347a4fe08ea7283 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 13 Aug 2024 17:34:34 +0300 Subject: [PATCH] ci: fluster: add bc to the image Part-of: --- ci/docker/fedora/virtme-fluster-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/docker/fedora/virtme-fluster-setup.sh b/ci/docker/fedora/virtme-fluster-setup.sh index 38743a73d4..6a25bc5a73 100644 --- a/ci/docker/fedora/virtme-fluster-setup.sh +++ b/ci/docker/fedora/virtme-fluster-setup.sh @@ -2,6 +2,8 @@ set -eux +sudo dnf install -y bc + # Install virtme-ng git clone https://github.com/arighi/virtme-ng.git pushd virtme-ng