From f1fc75693e69ceec46ef325755c21a1ed2a64f15 Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 31 Jul 2023 12:36:37 +0300 Subject: [PATCH] php7.0 fix --- linux/ecosystem/php/php7.0/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/php/php7.0/Dockerfile b/linux/ecosystem/php/php7.0/Dockerfile index 2e9825e8a..0c4496352 100644 --- a/linux/ecosystem/php/php7.0/Dockerfile +++ b/linux/ecosystem/php/php7.0/Dockerfile @@ -109,8 +109,8 @@ RUN apt-get update && \ php7.0-common \ php7.0-dev \ php7.0-ldap \ - php7.0-mail \ - php7.0-mailparse \ +# php7.0-mail \ +# php7.0-mailparse \ php7.0-soap \ php7.0-mysql \ php7.0-curl \