6 lines
190 B
Docker
6 lines
190 B
Docker
FROM alpine:3.19
|
|
|
|
RUN apk update && apk upgrade
|
|
RUN apk add make texlive texmf-dist-pictures
|
|
RUN apk add texmf-dist-publishers texmf-dist-science texmf-dist-fontsextra texmf-dist-latexextra
|