From e617e2bc121e1daba1f9f1e3c9816f6c30925b9b Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: May 27 2019 09:43:05 +0000 Subject: Install python3-ldap for internal image Signed-off-by: Lukas Holecek --- diff --git a/openshift/containers/waiverdb/Dockerfile b/openshift/containers/waiverdb/Dockerfile index d1ffcb1..772f7eb 100644 --- a/openshift/containers/waiverdb/Dockerfile +++ b/openshift/containers/waiverdb/Dockerfile @@ -13,7 +13,12 @@ RUN cp -r /usr/local/src/waiverdb/docker/ / \ && chmod g+w /etc/pki/tls/certs/ca-bundle.crt # Installing WaiverDB -RUN dnf -y install python3-gunicorn python3-pip findutils rpm-build \ +RUN dnf -y install \ + python3-gunicorn \ + python3-ldap \ + python3-pip \ + findutils \ + rpm-build \ && cd /usr/local/src/waiverdb \ # install dependencies defined in RPM spec file && rpm --query --requires --specfile ./waiverdb.spec | grep --invert-match waiverdb | xargs -d '\n' dnf -y install \