aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
blob: aff568b5dccd02ce5313abcc7ca572609e3d1b2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
FROM alpine:3.17

RUN apk add --no-cache \
        bash \
        make \
        texlive \
        texmf-dist-latexextra

WORKDIR /usr/src

CMD ["make"]