ADD: add additional fonts
This commit is contained in:
parent
4bb098cc4e
commit
895067d955
@ -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
|
Loading…
Reference in New Issue
Block a user