2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Update dockerfile requirements (#4578)

This commit is contained in:
Oliver 2023-04-04 23:17:31 +10:00 committed by GitHub
parent 85ff294d0d
commit 5ad4152270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,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 libffi-dev \ git gcc g++ gettext gnupg libffi-dev libssl-dev cargo \
# 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