From 65e3d8a7fd47e36af0d2da7ef45d3a045de84cb0 Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 31 Jul 2023 13:14:44 +0300 Subject: [PATCH] mailparse --- linux/ecosystem/php/php7.2/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/php/php7.2/Dockerfile b/linux/ecosystem/php/php7.2/Dockerfile index 5b81403c6..b938108b7 100644 --- a/linux/ecosystem/php/php7.2/Dockerfile +++ b/linux/ecosystem/php/php7.2/Dockerfile @@ -109,8 +109,8 @@ RUN apt-get update && \ php7.2-common \ php7.2-dev \ php7.2-ldap \ - php7.2-mail \ - php7.2-mailparse \ +# php7.2-mail \ +# php7.2-mailparse \ php7.2-soap \ php7.2-mysql \ php7.2-curl \