Skip to content

Commit

Permalink
list python module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KBorm committed May 14, 2020
1 parent e9a76bb commit 2c54ee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion src/VERSION.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

version = "Version 4.3.3 beta| 20200514"
version = "Version 4.3.3 | 20200514"

0 comments on commit 2c54ee4

Please sign in to comment.