[wiki-web] Install python-openid



commit e62b73d5540abdeccda9f12e39462d6b5683e62f
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 21:45:43 2019 +0200

    Install python-openid

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 43f0eec..ecf8d20 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ USER root
 ENV MOIN_RELEASE=1.9.10
 WORKDIR /srv/http
 
-RUN yum install python27-mod_wsgi wget python2-pip -y 
+RUN yum install python27-mod_wsgi wget python2-pip python-openid -y 
 RUN pip install moin==${MOIN_RELEASE}
 
 RUN wget https://github.com/moinwiki/moin-1.9/releases/download/${MOIN_RELEASE}/moin-${MOIN_RELEASE}.tar.gz 
&& \


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