Skip to content

Commit

Permalink
Merge pull request #4002 from GeotrekCE/hotfix_fonts_in_weasyprint_pdf
Browse files Browse the repository at this point in the history
Fix fonts in weasyprint PDF (docker image only)
  • Loading branch information
juggler31 committed Mar 15, 2024
2 parents 64307ba + b886e81 commit 4feaf65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apt-get update -qq && apt-get install -y -qq \
libpangocairo-1.0-0 \
libgdk-pixbuf2.0-dev \
libffi-dev \
fonts-dejavu-core \
libvips && \
apt-get install -y --no-install-recommends postgis && \
apt-get clean all && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt/*
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ CHANGELOG
2.103.0+dev (XXXX-XX-XX)
------------------------

**Hot fix**

- Fix fonts in public PDF (docker image only)


2.103.0 (2024-03-14)
------------------------
Expand Down

0 comments on commit 4feaf65

Please sign in to comment.