ADD: add additional fonts

This commit is contained in:
Dominik Meyer 2024-01-10 21:26:15 +01:00
parent 4bb098cc4e
commit 895067d955
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
FROM alpine:latest
RUN apk update && apk add --no-cache bash ca-certificates make git texlive-full curl graphviz biber
# add ms fonts
RUN apk add --no-cache msttcorefonts-installer fontconfig && update-ms-fonts && fc-cache -f
# add other ttf
RUN apk add --no-cache ttf-liberation ttf-droid font-fira-ttf font-raleway-ttf font-bakoma-ttf