commit e015055506d896c48112a583a5ddbaa35d50b7a4 parent 41e153644ca260d3f6bed731681bf5695db9c3ad Author: Jan Pobříslo <ccx@te2000.cz> Date: Tue, 27 Sep 2022 14:03:19 +0200 Add perl-pod-parser into alpine-weechat for multiline.pl script Diffstat:
M | zsh-functions/confz_site_containers_init | | | 10 | ++++++++-- |
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -243,9 +243,15 @@ confz_site_container_images_check() { 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_community weechat weechat-matrix weechat-python weechat-perl weechat-spell aspell aspell-utils git" + image_name=alpine-weechat packages="$alpine_weechat" require site_container_alpine :containers_dir :svscan_dir \ repositories="main community testing" \