From 30b5fe71f0adb471d0962a6cdf6b9ab39f6ace96 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mar 22 2019 10:34:23 +0000 Subject: Install mod_ldap in Dockerfile. --- diff --git a/Dockerfile b/Dockerfile index 537c820..c8733aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN cd /etc/yum.repos.d/ \ && dnf -v -y install 'dnf-command(config-manager)' \ && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/RCMTOOLS/latest-RCMTOOLS-2-F-28/compose/Everything/x86_64/os/ \ && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/repos/eng-rhel-7/x86_64 \ - && dnf -v --nogpg -y install httpd python3-mod_wsgi mod_auth_gssapi python2-rhmsg mod_ssl \ + && dnf -v --nogpg -y install httpd python3-mod_wsgi mod_auth_gssapi python2-rhmsg mod_ssl mod_ldap \ python3-fedmsg \ systemd \ pungi \