[damned-lies/oscp] Make sure subversion gets installed



commit 66b438415bada8fbae4c1d887c6d06fd36c29b79
Author: Andrea Veri <averi redhat com>
Date:   Mon Sep 16 13:07:14 2019 +0200

    Make sure subversion gets installed

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 8191dc54..1d021098 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM centos/s2i-base-centos7
 RUN INSTALL_PKGS="rh-python36 rh-python36-python-devel rh-python36-python-setuptools rh-python36-python-pip 
nss_wrapper rh-python36-mod_wsgi \
         httpd24 httpd24-httpd-devel httpd24-mod_ssl httpd24-mod_auth_kerb httpd24-mod_ldap \
         httpd24-mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
-        gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel" && \
+        gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel subversion" && \
     yum install -y centos-release-scl && \
     yum -y --setopt=tsflags=nodocs install --enablerepo=centosplus $INSTALL_PKGS && \
     rpm -V $INSTALL_PKGS && \


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