commit 6f74820390afa1dcea6807a723cccf42964daa4d
parent 105980617fdff374ccd14668279fee6e3133c24d
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Wed, 3 Aug 2022 14:51:37 +0200
Add socat 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
@@ -233,6 +233,7 @@ confz_site_container_images_check() {
notmuch mblaze notmuch-doc mblaze-doc notmuch-vim
py3-notmuch py3-gpgme # for alot
ncurses-dev # for building sfeed from source
+ socat
)
require site_container_alpine :containers_dir :svscan_dir \
release=v3.13 image_name=alpine-recombee packages="$alpine_recombee"