# HG changeset patch # User Edouard Tisserant # Date 1657889187 -7200 # Node ID c1d627434cd18c891c84a921495003110f1cee2d # Parent 916f553a74c36b7d33dd4b916949c937f76d8fe6 tests: docker: add dependencies for CLI testing diff -r 916f553a74c3 -r c1d627434cd1 tests/tools/Docker/beremiz-sikuli/Dockerfile --- a/tests/tools/Docker/beremiz-sikuli/Dockerfile Fri Jul 15 14:42:08 2022 +0200 +++ b/tests/tools/Docker/beremiz-sikuli/Dockerfile Fri Jul 15 14:46:27 2022 +0200 @@ -48,7 +48,7 @@ ) | install /dev/stdin /usr/local/bin/sikulix -RUN echo -e '#!/bin/bash\nmake -f /home/testing/src/beremiz/tests/Makefile $*' > /usr/local/bin/do_tests +RUN env echo -e '#!/bin/bash\nmake -f /home/testing/src/beremiz/tests/Makefile $*' > /usr/local/bin/do_tests RUN chmod +x /usr/local/bin/do_tests USER $UNAME @@ -60,7 +60,7 @@ RUN ~/beremizenv/bin/pip install \ pytest pytest-timeout ddt \ lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \ - twisted nevow autobahn \ + twisted nevow autobahn click\ wxPython==4.1.1 # Point to python binary test scripts will use