Skip to content

Commit c933c74

Browse files
Reckadonbehackl
andauthored
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 <[email protected]>
1 parent 530dd4d commit c933c74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ RUN apt-get update -qq \
1212
pkg-config \
1313
make \
1414
wget \
15-
ghostscript
15+
ghostscript \
16+
fonts-noto
17+
18+
RUN fc-cache -fv
1619

1720
# setup a minimal texlive installation
1821
COPY docker/texlive-profile.txt /tmp/

0 commit comments

Comments
 (0)