mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 612670e199c9ee4b6fda76fdf5bdc0cefd09c65e
parent ec4002cedddf720c29456f465d136c7354f480cb
Author: ccx <ccx@te2000.cz>
Date:   Mon, 26 Aug 2024 03:39:21 +0000

container packages

Diffstat:
Mzsh-functions/confz_site_containers_init | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -429,6 +429,7 @@ confz_site_container_images_check() { vim ripgrep delta bat git + git-lfs make patch rsync @@ -622,7 +623,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" + 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" require site_container_alpine :containers_dir :svscan_dir \ repositories="main community" \ @@ -633,6 +634,7 @@ confz_site_container_images_check() { $alpine_dev_py3_gcc py3-{cryptography,asn1,asn1-modules,aiodns,pycares,typing-extensions} py3-sphinx + cmake ) require site_container_alpine :containers_dir :svscan_dir \ repositories="main community" \