=== modified file 'zsh-functions/confz_site_containers_init' --- old/zsh-functions/confz_site_containers_init 2022-09-27 12:03:19 +0000 +++ new/zsh-functions/confz_site_containers_init 2022-09-27 11:57:34 +0000 @@ -243,15 +243,9 @@ require site_container_alpine :containers_dir :svscan_dir \ image_name=alpine-ssh packages="$alpine_community openssh dropbear" - local -a alpine_weechat=( - $alpine_community - weechat weechat-matrix weechat-python weechat-perl weechat-spell - aspell aspell-utils - git - perl-pod-parser # for multiline.pl - ) require site_container_alpine :containers_dir :svscan_dir \ - image_name=alpine-weechat packages="$alpine_weechat" + image_name=alpine-weechat \ + packages="$alpine_community weechat weechat-matrix weechat-python weechat-perl weechat-spell aspell aspell-utils git" require site_container_alpine :containers_dir :svscan_dir \ repositories="main community testing" \