add libwebp-dev dependency (fixes #4269) (#4335)

This commit is contained in:
simonkuehling 2023-02-11 21:10:48 +01:00 committed by GitHub
parent a424866343
commit 75c82f4db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ RUN apt-get install -y --no-install-recommends \
# Weasyprint requirements : https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#debian-11 # Weasyprint requirements : https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#debian-11
poppler-utils libpango-1.0-0 libpangoft2-1.0-0 \ poppler-utils libpango-1.0-0 libpangoft2-1.0-0 \
# Image format support # Image format support
libjpeg-dev webp \ libjpeg-dev webp libwebp-dev \
# SQLite support # SQLite support
sqlite3 \ sqlite3 \
# PostgreSQL support # PostgreSQL support