mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
🐛(docker) add emoji font
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.
This commit is contained in:
parent
ddd93ab0c5
commit
9e1979f637
2 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ and this project adheres to
|
|||
- 💄(frontend) code background darkened on editor #214
|
||||
- 🔥(frontend) hide markdown button if not text #213
|
||||
|
||||
## Fixed
|
||||
|
||||
- 🐛 Fix emoticon in pdf export #225
|
||||
|
||||
## Removed
|
||||
|
||||
- 🔥(frontend) remove saving modal #213
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue