tests/tools/Docker/beremiz-sikuli/Dockerfile
branchwxPython4
changeset 3438 24fbd4d1fe80
parent 3431 5bcef31e276d
child 3458 2c712b8c736f
equal deleted inserted replaced
3437:ce366d67a5b7 3438:24fbd4d1fe80
    52 RUN mkdir /home/$UNAME/build /home/$UNAME/src /home/$UNAME/test
    52 RUN mkdir /home/$UNAME/build /home/$UNAME/src /home/$UNAME/test
    53 
    53 
    54 RUN virtualenv --python=$(which python2) ~/beremizenv
    54 RUN virtualenv --python=$(which python2) ~/beremizenv
    55 
    55 
    56 RUN ~/beremizenv/bin/pip install \
    56 RUN ~/beremizenv/bin/pip install \
       
    57         pytest pytest-timeout ddt \
    57         lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \
    58         lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \
    58         twisted nevow autobahn \
    59         twisted nevow autobahn \
    59         wxPython==4.1.1
    60         wxPython==4.1.1
    60 
    61 
    61 # Point to python binary test scripts will use
    62 # Point to python binary test scripts will use