mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 31cf49d869ffe8e7da642927e6c32a6f69726af5
parent 53fb0cd0a731683e3d3878744134d946decfe954
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Mon,  4 Jul 2022 15:29:38 +0200

Add py3-gpgme (for alot mail client) to alpine-recombee container.
Diffstat:
Mzsh-functions/confz_site_containers_init | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -230,7 +230,8 @@ confz_site_container_images_check() { sfeed sfeed-doc lynx elinks w3m curl # alternative RSS/ATOM processor drill ldns-tools # for drill musl-utils # for getent - notmuch mblaze notmuch-doc mblaze-doc py3-notmuch + notmuch mblaze notmuch-doc mblaze-doc + py3-notmuch py3-gpgme # for alot ) require site_container_alpine :containers_dir :svscan_dir \ release=v3.13 image_name=alpine-recombee packages="$alpine_recombee"