commit 70203b0e7544ac9322dc716f77f55d024333ddc9
parent 121b66118785e9d6fd6092d06b3952f6204bc2ab
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Tue, 21 Jun 2022 15:55:36 +0200
Add musl-utils (getent) 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
@@ -131,6 +131,7 @@ confz_site_container_images_check() {
task py3-cffi # for taskwarrior/bugwarrior
sfeed sfeed-doc lynx curl # alternative RSS/ATOM processor
drill ldns-tools # for drill
+ musl-utils # for getent
)
require site_container_alpine :containers_dir :svscan_dir \
release=v3.13 image_name=alpine-recombee packages="$alpine_recombee"