tests/tools/Docker/Dockerfile
changeset 3820 46f3ca3f0157
parent 3815 56f08ab3a491
child 3840 c2b6354f036f
equal deleted inserted replaced
3819:4582f0fcf4c4 3820:46f3ca3f0157
    75 RUN ~/beremizenv/bin/pip install wxpython
    75 RUN ~/beremizenv/bin/pip install wxpython
    76 
    76 
    77 RUN ~/beremizenv/bin/pip install \
    77 RUN ~/beremizenv/bin/pip install \
    78         pytest pytest-timeout ddt \
    78         pytest pytest-timeout ddt \
    79         sslpsk posix_spawn \
    79         sslpsk posix_spawn \
    80         opcua \
       
    81         matplotlib lxml \
    80         matplotlib lxml \
    82         zeroconf \
    81         zeroconf \
    83         pycountry \
    82         pycountry \
    84         Pyro5 msgpack autobahn click
    83         Pyro5 msgpack autobahn click
    85 
    84 
    86 RUN ~/beremizenv/bin/pip install \
    85 RUN ~/beremizenv/bin/pip install \
       
    86         git+https://github.com/FreeOpcUa/opcua-asyncio.git@98a64897a2d171653353de2f36d33085aef65e82 \
    87         git+https://github.com/beremiz/nevow-py3.git@nevow-0.14.5.dev1
    87         git+https://github.com/beremiz/nevow-py3.git@nevow-0.14.5.dev1
    88 
    88 
    89 RUN set -xe && \
    89 RUN set -xe && \
    90     cd  /home/$UNAME && mkdir tessdata && \
    90     cd  /home/$UNAME && mkdir tessdata && \
    91     wget -q https://github.com/tesseract-ocr/tessdata/archive/refs/tags/4.1.0.tar.gz \
    91     wget -q https://github.com/tesseract-ocr/tessdata/archive/refs/tags/4.1.0.tar.gz \