tests/tools/Docker/beremiz-sikuli/Dockerfile
branchwxPython4
changeset 3431 5bcef31e276d
parent 3425 ee3b84d09ccf
child 3438 24fbd4d1fe80
equal deleted inserted replaced
3430:c2171d87b587 3431:5bcef31e276d
    56 RUN ~/beremizenv/bin/pip install \
    56 RUN ~/beremizenv/bin/pip install \
    57         lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \
    57         lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \
    58         twisted nevow autobahn \
    58         twisted nevow autobahn \
    59         wxPython==4.1.1
    59         wxPython==4.1.1
    60 
    60 
       
    61 # Point to python binary test scripts will use
       
    62 ENV BEREMIZPYTHONPATH /home/$UNAME/beremizenv/bin/python
       
    63 
    61 # easy to remember 'do_tests' alias to invoke main makefile
    64 # easy to remember 'do_tests' alias to invoke main makefile
    62 ARG OWNDIRBASENAME=beremiz
    65 ARG OWNDIRBASENAME=beremiz
    63 ENV OWNDIRBASENAME ${OWNDIRBASENAME}
    66 ENV OWNDIRBASENAME ${OWNDIRBASENAME}
    64 RUN echo "alias do_tests='make -f /home/testing/src/beremiz/tests/Makefile'">/home/$UNAME/.bash_aliases
    67 RUN echo "alias do_tests='make -f /home/testing/src/beremiz/tests/Makefile'">/home/$UNAME/.bash_aliases
    65 
    68