mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Docker: Require libffi-dev (#3092)
This commit is contained in:
parent
ea465497c0
commit
1f6b81745d
@ -59,7 +59,7 @@ RUN apt-get update
|
|||||||
|
|
||||||
# Install required system packages
|
# Install required system packages
|
||||||
RUN apt-get install -y --no-install-recommends \
|
RUN apt-get install -y --no-install-recommends \
|
||||||
git gcc g++ gettext gnupg \
|
git gcc g++ gettext gnupg libffi-dev \
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user