apk add zlib-dev jpeg-dev only for alpine linux/arm64

This commit is contained in:
scito
2022-12-28 23:58:09 +01:00
parent 21ebccbba5
commit b05decc10f
2 changed files with 5 additions and 3 deletions

View File

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