diff --git a/Dockerfile_no_qr_reader b/Dockerfile_no_qr_reader index 9ca838a..0702f4d 100644 --- a/Dockerfile_no_qr_reader +++ b/Dockerfile_no_qr_reader @@ -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