commit 663fe31f8b5113450c54d0588e4b47c81cf3e108
parent 46761773f4cb590dc89b0f80f5e9fe07399279e7
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 1 Jan 2025 01:35:23 +0000
Add container for libveria
Diffstat:
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -672,6 +672,25 @@ confz_site_container_images_check() {
image_name=alpine-poezio \
packages="$alpine_poezio"
+ local -a alpine_libervia=(
+ $alpine_dev_py3_gcc
+ py3-{cryptography,asn1,asn1-modules,aiodns,pycares,typing-extensions}
+ # Mercurial
+ # libcairo 2 with development header
+ # libjpeg with development headers
+ # libgirepository 1.0 with development headers
+ # libdbus-1 with development headers
+ # libdbus-glib-1 with development headers
+ # libxml2 with development headers
+ # libxlt2 with development headers
+ # D-Bus x11 tools (this doesn’t needs X11, it is just needed for dbus-launch)
+ cmake
+ )
+ #require site_container_alpine :containers_dir :svscan_dir \
+ # repositories="main community" \
+ # image_name=alpine-libervia \
+ # packages="$alpine_libervia"
+
local -a alpine_imgproc=(
$alpine_dev_py3_gcc
python3-dev