[damned-lies/oscp] Drop python36 plugin as it's not required for venv
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Drop python36 plugin as it's not required for venv
- Date: Wed, 25 Mar 2020 23:02:43 +0000 (UTC)
commit e0a294cbf1f9e0028179bbafab4e2b98f8cba1ff
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Thu Mar 26 00:02:18 2020 +0100
Drop python36 plugin as it's not required for venv
uwsgi/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index e0459f03..309c68b0 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 uwsgi-plugin-python36
+ yum install -y uwsgi
RUN groupadd l10n -g 1000660000 && \
useradd l10n -g 1000660000 -u 1000660000 -r -l -M -d /l10n && \
@@ -16,4 +16,4 @@ ADD uwsgi.ini /uwsgi.ini
USER l10n
ENTRYPOINT ["/entrypoint.sh"]
-CMD ["uwsgi", "--enable-threads", "--ini", "--plugin=python36", "/uwsgi.ini"]
+CMD ["uwsgi", "--enable-threads", "--ini", "/uwsgi.ini"]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]