Update test-kivy

This commit is contained in:
shekhar-cis 2022-04-15 12:16:07 +05:30
parent 09c2f2b694
commit 003d1e5169
Signed by untrusted user: shekhar-cis
GPG Key ID: F4F00AB04E83F9A7
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,9 @@ RUN apt-get install -yq python-setuptools \
python3-pip \
wget \
build-essential libcap-dev libmtdev-dev xvfb xclip git python3-opencv
RUN ln -sf /usr/bin/python3 /usr/bin/python
RUN pip3 install Cython Pillow pyzbar telenium
RUN pip3 install --upgrade setuptools pip

View File

@ -1,3 +1,3 @@
#!/bin/bash
xvfb-run python3 tests-kivy.py
xvfb-run python tests-kivy.py