commit c5211cea4a52a02789d5715b9092ec8e177541ef
parent 3310ff090fa014caa1135521166c2cb5caffc165
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 7 Jul 2022 20:14:50 +0200
Add ncurses-dev to alpine-recombee container.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -232,6 +232,7 @@ confz_site_container_images_check() {
musl-utils # for getent
notmuch mblaze notmuch-doc mblaze-doc notmuch-vim
py3-notmuch py3-gpgme # for alot
+ ncurses-dev # for building sfeed from source
)
require site_container_alpine :containers_dir :svscan_dir \
release=v3.13 image_name=alpine-recombee packages="$alpine_recombee"