[damned-lies/oscp-testing] git needs to be installed too



commit cb7c09594b4f63005ba2a9a3ab6396044ce8ab82
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 15:47:52 2021 +0200

    git needs to be installed too

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