commit 6dcc31c0d543d92500ed57f5892526df79ade9f7 parent 90da8012109c162587fe37691a2d400a344f4d6b Author: ccx <ccx@te2000.cz> Date: Wed, 8 Jan 2025 08:56:37 +0000 Add ncdu to alpine-pthbs Diffstat:
M | zsh-functions/confz_site_containers_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -654,7 +654,7 @@ confz_site_container_images_check() { 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" + 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" require site_container_alpine :containers_dir :svscan_dir \ repositories="main community" \