commit 4141492fe8cc8aca7fa6ba13fac6d6843e83fa48 parent 7d13aa7ba6ea5e0acd8a3277a1b388a57da31194 Author: ccx <ccx@te2000.cz> Date: Fri, 21 Jun 2024 22:16:41 +0000 Actually install Postgresql for alpine-postgresql-dev Diffstat:
M | zsh-functions/confz_site_containers_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -717,7 +717,7 @@ confz_site_container_images_check() { tree broot strace gdb musl-dev - postgresql16-dev + postgresql16{-dev,-plpython3} ncurses-dev openssl-dev py3-psycopg2