[damned-lies/oscp] Restore uwsgi-plugin-python36



commit c58bb235007168c6d487d0f903527c8bbece1b1c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 08:27:44 2020 +0100

    Restore uwsgi-plugin-python36

 uwsgi/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index ae1ad989..1ceda782 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 python3-libs mariadb-libs
+    yum install -y uwsgi uwsgi-plugin-python36 python3-libs mariadb-libs
 
 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]