commit ef22eeba09f7fc64ba96806f416ce44b20fafa1b parent 8acdbdd3097a468e0f2e8a6cca3c23f73a673479 Author: Jan Pobrislo <ccx@te2000.cz> Date: Thu, 24 Apr 2025 16:55:47 +0000 Refactor packages for alpine-pthbs-dev Diffstat:
M | zsh-functions/confz_site_containers_init | | | 24 | +++++++++++++++++++++++- |
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -717,10 +717,32 @@ confz_site_container_images_check() { image_name=alpine-notes \ packages="$alpine_dev_py3 broot task neovim py3-pynvim py3-six w3m" + local -a alpine_dev_pthbs=( + $alpine_dev_py3 + broot + vim + neovim + py3-jinja2 + py3-yaml + wget + gcc + g++ pkgconf + htop + skalibs-dev + s6-dev + execline-dev + linux-headers + libcap-static + libcap-dev + socat + curl + gdb + ncdu + ) require site_container_alpine :containers_dir :svscan_dir \ repositories="main community" \ image_name=alpine-pthbs-dev \ - packages="$alpine_dev_py3 broot vim neovim py3-jinja2 py3-yaml wget gcc g++ pkgconf htop skalibs-dev s6-dev execline-dev linux-headers libcap-static libcap-dev socat curl gdb ncdu" + packages="$alpine_dev_pthbs" require site_container_alpine :containers_dir :svscan_dir \ repositories="main community" \