Skip to content

Commit

Permalink
Install libpango and downgrade WeasyPrint to 52.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoPimpo committed Nov 23, 2021
1 parent 64150a1 commit 456f707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update \
&& apt-get install -y poppler-utils git locales xmlsec1 gcc \
libmagic-dev libmariadbclient-dev libssl-dev \
libsasl2-dev libldap2-dev net-tools tcpdump \
curl iproute2 libgtk2.0-0 \
curl iproute2 libgtk2.0-0 libpango1.0.0 \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cryptojwt>=1.5.0
# sudo apt install -f
# ]

WeasyPrint>=52.4
WeasyPrint==52.4
# django-wkhtmltopdf>=3.3.0
# pdfkit>=0.6.1
# pypdf2>=1.26.0
Expand Down

0 comments on commit 456f707

Please sign in to comment.