[wgo-web] Have python3 on the pod



commit d8f3f5a012197f5344f97be1dfd9c8151892abbd
Author: Andrea Veri <averi redhat com>
Date:   Thu Nov 12 21:47:03 2020 +0100

    Have python3 on the pod

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index f05f821..c3efb44 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 -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 python-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]