8 lines
192 B
Docker
8 lines
192 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
|
|
RUN apk add texmf-dist-science
|
|
RUN apk add texmf-dist-fontsextra
|