🐛(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:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user