[damned-lies/oscp] Land automake/autoconf on the image



commit e892419248a09fa61ecc18a399580866c90e74bf
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 17:47:57 2021 +0200

    Land automake/autoconf on the image

 httpd/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 1b9b9813..b8093e6b 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -4,7 +4,8 @@ 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 python3-libxml2 git \
-        gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel subversion yelp-tools" && \
+        gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel subversion yelp-tools \
+        automake autoconf" && \
     yum update -y && \
     yum install -y epel-release && \
     yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \


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