fix undefined name 'abort' and 'qreader'

This commit is contained in:
scito
2022-12-29 04:15:36 +01:00
parent 47e84e4462
commit c90526dcf2
4 changed files with 25 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ COPY . .
ARG RUN_TESTS=true
RUN apt-get update && apt-get install -y libzbar0 python3-opencv nano \
&& pip install -r requirements.txt \
&& pip install --no-cache-dir -r requirements.txt \
&& if [ "$RUN_TESTS" = "true" ]; then /extract/run_pytest.sh; else echo "Not running tests..."; fi
WORKDIR /files