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



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

    git needs to be installed too

 httpd/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 1837e026..1b9b9813 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 python3-libxml2 \
+        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" && \
     yum update -y && \
     yum install -y epel-release && \


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