From 8b378e4e09ed6f34bb1b1a2249d4b5261338ce0e Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Fri, 1 Mar 2024 17:41:01 +0100 Subject: [PATCH] fix #4858: install libsasl2-modules for pmg the issue was already resolved for installations from ISO (short time after PMG 8.0 was released), but I forgot to adapt the container-template. Signed-off-by: Stoiko Ivanov --- debian-12-bookworm-pmg-8-64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-12-bookworm-pmg-8-64/Makefile b/debian-12-bookworm-pmg-8-64/Makefile index 2fb1ddb..ab590bc 100644 --- a/debian-12-bookworm-pmg-8-64/Makefile +++ b/debian-12-bookworm-pmg-8-64/Makefile @@ -9,7 +9,7 @@ all: info/init_ok ${CVD_FILES} cp systemd-presets ${BASEDIR}/etc/systemd/system-preset/00-pve-template.preset touch ${BASEDIR}/proxmox_install_mode dab install libdbi-perl perl-openssl-defaults libcgi-pm-perl proxmox-mailgateway-container gpg ifupdown2 - dab install antiword docx2txt odt2txt poppler-utils tesseract-ocr unrtf + dab install antiword docx2txt odt2txt poppler-utils tesseract-ocr unrtf libsasl2-modules rm ${BASEDIR}/proxmox_install_mode sed -i '/^deb.*\.proxmox\.com\/.*$$/d;$${/^$$/d;}' ${BASEDIR}/etc/apt/sources.list cp ${CVD_FILES} ${BASEDIR}/var/lib/clamav/ -- 2.39.2