5 lines
137 B
Docker
5 lines
137 B
Docker
FROM alpine:3.19
|
|
|
|
RUN apk update && apk upgrade
|
|
RUN apk add make texlive texmf-dist-pictures texmf-dist-fontsextra texmf-dist-latexextra
|