tests/tools/Docker/beremiz-sikuli/Dockerfile
changeset 3542 c1d627434cd1
parent 3459 69771a6ca4a6
child 3549 0af7b6a96c53
--- 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