Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions images/server/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ case "${package_selection}-${OS_BASE}" in
*-centos|forcedevbuilds-*)
support_packages+=(libcephfs-proxy2)
samba_packages+=(samba-vfs-cephfs samba-vfs-glusterfs ctdb-ceph-mutex)
# these packages should be installed as deps. of sambacc extras
# however, the sambacc builds do not enable the extras on centos atm.
# Once this is fixed this line ought to be removed.
support_packages+=(python3-pyyaml python3-tomli python3-rados)
;;
esac

Expand Down