2024-01-10 21:14:41 +01:00
|
|
|
FROM alpine:latest
|
|
|
|
|
|
|
|
RUN apk update && apk add --no-cache bash ca-certificates make git texlive-full curl graphviz biber
|
2024-01-10 21:26:15 +01:00
|
|
|
|
|
|
|
# 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
|