Skip to content

Commit

Permalink
fix font install
Browse files Browse the repository at this point in the history
  • Loading branch information
initdb committed Feb 22, 2023
1 parent 9248fc7 commit b7d42b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get -y update && \

RUN wget https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts && \
texlua install-getnonfreefonts && \
getnonfreefonts --sys
getnonfreefonts --sys --all

COPY pygmentize /usr/lib/python3/dist-packages/pygments/styles

Expand Down

0 comments on commit b7d42b9

Please sign in to comment.