Skip to content

Commit

Permalink
Add Noto fonts install command to Dockerfile (#4069)
Browse files Browse the repository at this point in the history
* added notosans fonts install command to dockerfile

* enh: move fonts-noto package to other packages

---------

Co-authored-by: Benjamin Hackl <[email protected]>
  • Loading branch information
Reckadon and behackl authored Jan 19, 2025
1 parent 530dd4d commit c933c74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c933c74

Please sign in to comment.