tests: docker: add dependencies for CLI testing
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Fri, 15 Jul 2022 14:46:27 +0200
changeset 3542 c1d627434cd1
parent 3541 916f553a74c3
child 3543 6210c08c1c41
tests: docker: add dependencies for CLI testing
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