1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

calibre-web/tasks/install.yml: apt pkg 'build-essential' context

This commit is contained in:
A Holt 2023-03-18 21:33:04 -04:00 committed by GitHub
parent e832ec6635
commit cf07e38121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
- imagemagick
- python3-venv
#- python3-dev
- build-essential
- build-essential # 2023-03-18: Needed (e.g. on Ubuntu 22.04) now that scripts/ansible no longer installs python3-pip
state: present
- name: Allow ImageMagick to read PDFs, per /etc/ImageMagick-6/policy.xml, to create book cover thumbnails