[damned-lies/oscp] Install python3-libxml2



commit d03f1f13be39c8af5b8bd6085ed4ec0830ae2477
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 15:35:40 2021 +0200

    Install python3-libxml2

 httpd/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 68587eef..1837e026 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -3,7 +3,7 @@ FROM centos/s2i-base-centos8
 USER root
 RUN INSTALL_PKGS="python39 python39-devel python39-setuptools python39-pip python39-mod_wsgi python39-lxml \
         httpd httpd-devel mod_ldap mod_session \
-        atlas-devel gcc-c++ gcc-gfortran libffi-devel libtool-ltdl enchant wget \
+        atlas-devel gcc-c++ gcc-gfortran libffi-devel libtool-ltdl enchant wget python3-libxml2 \
         gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel subversion yelp-tools" && \
     yum update -y && \
     yum install -y epel-release && \


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