]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
script/buildcontainer-setup: add dependency for llvm.sh to buildcontainer script
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 15 Mar 2025 16:46:59 +0000 (12:46 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 31 Jul 2025 21:58:43 +0000 (17:58 -0400)
The container environment will need this additional dependency to
execute the llvm.sh installer script.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit a1a98e3e2107b9ffa8897ae40c98562a7a131693)

src/script/buildcontainer-setup.sh

index bfd61346c0594a2ca3ae43e4fc25bd1499b1c5e2..115369e003e284566b165fb7f60c7ca4909129f7 100644 (file)
@@ -39,7 +39,7 @@ case "${CEPH_BASE_BRANCH}~${DISTRO_KIND}" in
     ;;
     *~*ubuntu*)
         apt-get update
-        apt-get install -y wget reprepro curl
+        apt-get install -y wget reprepro curl software-properties-common
         install_container_deps
     ;;
     *)