commit 895d95e4e017e80d66f7b4cd2e8c9e89d341ec11 parent 30aea359ed7289d49b5d4f3b1a12cd0e016134e9 Author: ccx <ccx@te2000.cz> Date: Wed, 31 Jul 2024 14:25:47 +0000 Add pytest and hypothesis to alpine-postgresql-dev Diffstat:
M | zsh-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 @@ -621,7 +621,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" + 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" require site_container_alpine :containers_dir :svscan_dir \ repositories="main community" \ @@ -732,6 +732,8 @@ confz_site_container_images_check() { readline-dev openssl-dev py3-psycopg2 + py3-pytest + py3-hypothesis bison flex libpq-dev libecpg-dev icu-dev lz4-dev zstd-dev util-linux-dev zlib-dev