commit 6f6b8cf0786b00b04f19daff06b6cc0427d7e412
parent 5d35b55be139468957918d340948dc399dc2d107
Author: ccx <ccx@te2000.cz>
Date: Sat, 22 Jun 2024 03:17:41 +0000
pip-tools for python dev containers
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -435,6 +435,7 @@ confz_site_container_images_check() {
py3-pip
py3-pysocks # for proxy support in pip
py3-wheel
+ py3-pip-tools
breezy
s6-networking # for tunneling proxy through unix sockets
)
@@ -682,6 +683,7 @@ confz_site_container_images_check() {
gawk
mksh
openssl
+ s6-networking
)
require site_container_alpine :containers_dir :svscan_dir \
repositories="main community testing" \