2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

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

(cherry picked from commit 75c82f4db4)

Co-authored-by: simonkuehling <mail@simonkuehling.de>
This commit is contained in:
Oliver
2023-02-14 21:35:43 +11:00
committed by GitHub
parent f58e98c930
commit 698070b31e

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
poppler-utils libpango-1.0-0 libpangoft2-1.0-0 \
# Image format support
libjpeg-dev webp \
libjpeg-dev webp libwebp-dev \
# SQLite support
sqlite3 \
# PostgreSQL support