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