From 2c54ee40c5bedbbe5519de2af92f48409a9831b1 Mon Sep 17 00:00:00 2001 From: Karin Borm Date: Thu, 14 May 2020 17:11:07 +0200 Subject: [PATCH] list python module versions --- Dockerfile | 6 ++++-- src/VERSION.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5a93e6f..c6980944 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,8 +53,8 @@ ADD requirements.txt /praktomat/ RUN pip3 install --upgrade pip RUN pip3 --version RUN pip3 install -r requirements.txt --ignore-installed --force-reinstall --upgrade --no-cache-dir -RUN pip3 install --upgrade chardet -RUN pip3 install gunicorn[eventlet] +#RUN pip3 install --upgrade chardet +#RUN pip3 install gunicorn[eventlet] #######RUN pip3 install -r requirements.txt --ignore-installed --force-reinstall --upgrade --no-cache-dir && pip install --upgrade chardet && pip install gunicorn[eventlet] # gunicorn is used for async processing @@ -89,6 +89,8 @@ RUN wget http://www.java2s.com/Code/JarDownload/hamcrest/hamcrest-core-1.3.jar.z # JUnit 5 ADD https://repo1.maven.org/maven2/org/junit/platform/junit-platform-console-standalone/1.6.0/junit-platform-console-standalone-1.6.0.jar /praktomat/lib/ +RUN pip3 list + # run entrypoint.sh ENTRYPOINT ["/praktomat/entrypoint.sh"] diff --git a/src/VERSION.py b/src/VERSION.py index 395cfafb..3f2b401b 100644 --- a/src/VERSION.py +++ b/src/VERSION.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -version = "Version 4.3.3 beta| 20200514" +version = "Version 4.3.3 | 20200514"