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



commit 9d5d832afd838f5f9749347ac8035dfa7ae27383
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 17:48:35 2021 +0200

    Land automake/autoconf on the image

 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 495b55b6..7a381cbd 100644
--- a/Dockerfile
+++ b/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 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]