Skip to content

Commit

Permalink
added notosans fonts install command to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckadon committed Dec 24, 2024
1 parent dbad8a8 commit 1362bb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ RUN apt-get update -qq \
wget \
ghostscript

# adding fonts
RUN apt-get install --no-install-recommends -y fonts-noto
RUN fc-cache -fv

# setup a minimal texlive installation
COPY docker/texlive-profile.txt /tmp/
ENV PATH=/usr/local/texlive/bin/armhf-linux:/usr/local/texlive/bin/aarch64-linux:/usr/local/texlive/bin/x86_64-linux:$PATH
Expand Down

0 comments on commit 1362bb1

Please sign in to comment.