mrrl-containers

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

commit 834d40d2e969876d28ffa283c6edc81bf73e4984
parent 97df271544560c1da4e79c03a498e7a4e1e69f72
Author: ccx <ccx@te2000.cz>
Date:   Mon, 13 Jan 2025 18:55:34 +0000

Install PostgreSQL extensions

Diffstat:
Mzsh-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 @@ -809,7 +809,9 @@ confz_site_container_images_check() { colordiff tree broot strace gdb - postgresql16{-dev,-plpython3} + postgresql16{-jit,-contrib,-contrib-jit,-doc,-dev,-plpython3} + postgresql17{-jit,-contrib,-contrib-jit,-doc,-dev,-plpython3} + postgresql-{pgvector,timescaledb,plpgsql_check} musl-dev ncurses-dev readline-dev