From: John Mulligan Date: Sat, 15 Mar 2025 16:46:59 +0000 (-0400) Subject: script/buildcontainer-setup: add dependency for llvm.sh to buildcontainer script X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=efa44fdabdf5a75090219118e481309d19ffdd70;p=ceph.git script/buildcontainer-setup: add dependency for llvm.sh to buildcontainer script The container environment will need this additional dependency to execute the llvm.sh installer script. Signed-off-by: John Mulligan (cherry picked from commit a1a98e3e2107b9ffa8897ae40c98562a7a131693) --- diff --git a/src/script/buildcontainer-setup.sh b/src/script/buildcontainer-setup.sh index bfd61346c05..115369e003e 100644 --- a/src/script/buildcontainer-setup.sh +++ b/src/script/buildcontainer-setup.sh @@ -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 ;; *)