Skip to content

Commit a1a98e3

Browse files
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 <[email protected]>
1 parent 869caaa commit a1a98e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/buildcontainer-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ case "${CEPH_BASE_BRANCH}~${DISTRO_KIND}" in
3939
;;
4040
*~*ubuntu*)
4141
apt-get update
42-
apt-get install -y wget reprepro curl
42+
apt-get install -y wget reprepro curl software-properties-common
4343
install_container_deps
4444
;;
4545
*)

0 commit comments

Comments
 (0)