mrrl-containers

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

commit a74956e9dc4b4769bc48923b1bdaad00d05b3ed7
parent 6f6b8cf0786b00b04f19daff06b6cc0427d7e412
Author: ccx <ccx@te2000.cz>
Date:   Mon, 24 Jun 2024 16:12:24 +0000

Add python3-dev to python dev containers

Diffstat:
Mzsh-functions/confz_site_containers_init | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -436,6 +436,7 @@ confz_site_container_images_check() { py3-pysocks # for proxy support in pip py3-wheel py3-pip-tools + python3-dev breezy s6-networking # for tunneling proxy through unix sockets )