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
|
||||
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
|
||||
poppler-utils libpango-1.0-0 libpangoft2-1.0-0 \
|
||||
# Image format support
|
||||
|
|
|
|||
Loading…
Reference in New Issue