Skip to content

Commit

Permalink
🐛(docker) add emoji font
Browse files Browse the repository at this point in the history
In order to have the emoji font available in
the container, we need to install it.
The font will be then available in the
PDF export.
  • Loading branch information
AntoLC committed Sep 3, 2024
1 parent 21e1434 commit ec31c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN apt-get update && \
libpango-1.0-0 \
libpangocairo-1.0-0 \
pandoc \
fonts-noto-color-emoji \
shared-mime-info && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit ec31c1b

Please sign in to comment.