--- a/tests/tools/Docker/Dockerfile Mon May 22 14:40:49 2023 +0200
+++ b/tests/tools/Docker/Dockerfile Tue May 30 13:00:50 2023 +0200
@@ -2,7 +2,7 @@
# This container is used to run tests for Beremiz
@@ -41,8 +41,8 @@
`# to build tested apps` \
build-essential automake flex bison mercurial \
libgtk-3-dev libgl1-mesa-dev libglu1-mesa-dev \
- libpython2.7-dev libssl-dev \
- python2 virtualenv cmake
+ libpython3.10-dev libssl-dev \ + python3.10 virtualenv cmake git # force bigger font and flat theme for GTK in order to make OCR more reliable
@@ -67,13 +67,24 @@
RUN mkdir /home/$UNAME/build /home/$UNAME/src /home/$UNAME/test
-RUN virtualenv --python=$(which python2) ~/beremizenv
+RUN virtualenv ~/beremizenv +RUN ~/beremizenv/bin/pip install gattrdict +RUN ~/beremizenv/bin/pip install wxpython RUN ~/beremizenv/bin/pip install \
pytest pytest-timeout ddt \
- lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \
- twisted nevow autobahn click opcua \
+ Pyro5 msgpack autobahn click +RUN ~/beremizenv/bin/pip install \ + git+https://github.com/beremiz/nevow-py3.git@nevow-0.14.5.dev1 cd /home/$UNAME && mkdir tessdata && \