From 2ab34f2a10dbd8694a8afb7e8759b38322e55930 Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 31 Jul 2023 14:07:54 +0300 Subject: [PATCH] # libapache2-mod-webauth \ --- linux/ecosystem/apache2/php7.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ecosystem/apache2/php7.2/Dockerfile b/linux/ecosystem/apache2/php7.2/Dockerfile index 023beaf7f..5450e7ece 100644 --- a/linux/ecosystem/apache2/php7.2/Dockerfile +++ b/linux/ecosystem/apache2/php7.2/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update && \ apache2 \ apache2-utils \ libapache2-mod-php7.2 \ - libapache2-mod-webauth \ +# libapache2-mod-webauth \ libapache2-mod-xforward \ libapache2-mod-security2 \ libmemcached-dev && \