]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 15 Mar 2025 16:48:43 +0000 (12:48 -0400)
The container environment will need this additional dependency to
execute the llvm.sh installer script.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
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
     ;;
     *)