[damned-lies/oscp] Install python36 in uwsgi



commit 02ac233df65a873d39eeb0d0ed95412a70614167
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 08:11:45 2020 +0100

    Install python36 in uwsgi

 uwsgi/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index 6f984f4b..ebde5f77 100644
--- a/uwsgi/Dockerfile
+++ b/uwsgi/Dockerfile
@@ -5,7 +5,7 @@ FROM centos:7
 COPY --from=0 /l10n /l10n
 
 RUN yum install -y epel-release && \
-    yum install -y uwsgi
+    yum install -y uwsgi python36
 
 RUN groupadd l10n -g 1000660000 && \
     useradd l10n -g 1000660000 -u 1000660000 -r -l -M -d /l10n && \


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