Add Noto fonts install command to Dockerfile (#4069)

* added notosans fonts install command to dockerfile

* enh: move fonts-noto package to other packages

---------

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
Romit Mohane 2025-01-19 21:53:13 +05:30 committed by GitHub
commit c933c74a40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,10 @@ RUN apt-get update -qq \
pkg-config \
make \
wget \
ghostscript
ghostscript \
fonts-noto
RUN fc-cache -fv
# setup a minimal texlive installation
COPY docker/texlive-profile.txt /tmp/