From d4ec5f329acede250a6f0d5e48809f5e7a04788c Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 11 Feb 2024 11:07:07 +0100 Subject: [PATCH] Re-add php-mail in Bookworm Fixes #1 --- bookworm_php8/Dockerfile-base | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bookworm_php8/Dockerfile-base b/bookworm_php8/Dockerfile-base index a94b3e9..c936279 100644 --- a/bookworm_php8/Dockerfile-base +++ b/bookworm_php8/Dockerfile-base @@ -10,6 +10,7 @@ RUN apt-get update \ libnss-ldapd \ nullmailer \ openssl \ + php-mail \ php-mail-mime \ php-net-smtp \ php-net-socket \ @@ -30,7 +31,4 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*.* -# broken as of Tue Nov 15 07:42:37 CET 2022 -# php-mail https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000653 - ADD --chown=root:root nsswitch.conf nslcd.conf /etc/