Dockerfile : added freefont package

This commit is contained in:
saundersp
2025-03-30 22:03:20 +02:00
parent 0ebe926d7c
commit b2fefd7f83
2 changed files with 11 additions and 9 deletions

View File

@ -9,6 +9,7 @@ RUN apk add --no-cache \
texmf-dist-bibtexextra=2024.0-r6 \
texmf-dist-mathscience=2024.0-r6 \
texmf-dist-publishers=2024.0-r6 \
font-freefont=20120503-r4 \
&& rm -rf /var/cache/apk/*
ARG UID=1000