[indico-web] worker: Install python-ldap in venv



commit bb031b0999a4ec18902a3a54fd1897041b4b9c6a
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Dec 2 18:41:50 2019 +0100

    worker: Install python-ldap in venv

 worker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/worker/Dockerfile b/worker/Dockerfile
index 9107f82..6cae9c7 100644
--- a/worker/Dockerfile
+++ b/worker/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && \
 RUN virtualenv ${INDICO_VIRTUALENV}
 RUN ${pip} install --upgrade pip setuptools && \
     ${pip} install uwsgi raven && \
-    ${pip} install indico indico-plugins
+    ${pip} install indico indico-plugins python-ldap
 RUN chgrp -R 0 /opt/indico
 
 FROM python:2.7-buster


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