add nuitka to local build.sh; bump versions

This commit is contained in:
scito
2023-04-15 09:29:22 +02:00
committed by Roland Kurmann
parent 414e80c469
commit 0ec1314b3d
8 changed files with 695 additions and 515 deletions

View File

@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libzbar0 \
python3-tk \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --no-cache-dir -U -r requirements.txt \
&& pip install --no-cache-dir -U pip -r requirements.txt \
&& if [ "$RUN_TESTS" = "true" ]; then /extract/run_pytest.sh; else echo "Not running tests..."; fi \
&& echo 'test -s /extract/.alias && . /extract/.alias || true' >> ~/.bashrc