mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
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:
parent
530dd4d782
commit
c933c74a40
1 changed files with 4 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue