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