[wgo-web] python3-ldap is now needed



commit f2006366d158045979252cb5097b7b78827e73b7
Author: Andrea Veri <averi redhat com>
Date:   Thu Nov 12 21:54:33 2020 +0100

    python3-ldap is now needed

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index c3efb44..e779043 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM centos/httpd-24-centos7
 
 USER root
 
-RUN yum install rh-php72-php rh-php72-php-cli rh-php72-php-common rh-php72-php-curl rh-php72-php-gd 
rh-php72-php-intl rh-php72-php-json rh-php72-php-mbstring rh-php72-php-mcrypt rh-php72-php-mysqlnd 
rh-php72-php-opcache rh-php72-php-readline rh-php72-php-soap rh-php72-php-xml rh-php72-php-xmlrpc 
rh-php72-php-zip augeas mariadb git python-ldap python3 -y
+RUN yum install rh-php72-php rh-php72-php-cli rh-php72-php-common rh-php72-php-curl rh-php72-php-gd 
rh-php72-php-intl rh-php72-php-json rh-php72-php-mbstring rh-php72-php-mcrypt rh-php72-php-mysqlnd 
rh-php72-php-opcache rh-php72-php-readline rh-php72-php-soap rh-php72-php-xml rh-php72-php-xmlrpc 
rh-php72-php-zip augeas mariadb git python3-ldap python3 -y
 
 RUN rpm -Uvh --nodeps $(repoquery --location mod_geoip) && \
     cp /usr/lib64/httpd/modules/mod_geoip.so /etc/httpd/modules


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]