freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.35k stars 152 forks source link

WIP: Install PyMuPDF via the prebuilt Python wheels #851

Open apyrgio opened 6 days ago

apyrgio commented 6 days ago

Change our Dockerfile and image build script to install PyMuPDF from the prebuilt Python wheels for musl.

Note that this work is incomplete, because it doesn't handle the case of aarch64 wheels, which are still not prebuilt for musl.

Closes #850