mrrl-containers

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

commit 13836092a19503497b339a20d2ca3e2f202989d1
parent 61c0c913353732d2e00698348a0e0528bb307c97
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Fri,  9 Dec 2022 14:40:44 +0100

Add postgresql-dev to alpine-recombee
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 @@ -376,6 +376,7 @@ confz_site_container_images_check() { ncurses-dev # for building sfeed from source socat gawk + postgresql-dev # for developing pg_cgroup ) require site_container_alpine :containers_dir :svscan_dir \ release=v3.13 image_name=alpine-recombee packages="$alpine_recombee"