add zlib for alpine/arm64 docker image

cv2_1
scito 2 years ago
parent 95e7d73173
commit 912825034f

@ -6,7 +6,8 @@ COPY . .
ARG run_tests=true
RUN pip install protobuf qrcode Pillow \
RUN apk add zlib nano \
&& pip install protobuf qrcode Pillow \
&& if [[ "$run_tests" == "true" ]] ; then /extract/run_pytest.sh test_extract_otp_secret_keys_pytest.py -k "not qreader" --relaxed ; else echo "Not running tests..." ; fi
WORKDIR /files

Loading…
Cancel
Save