Files
masterthesis/docker/Dockerfile
2023-02-10 12:01:17 +01:00

7 lines
172 B
Docker

FROM pandoc/latex
RUN apk update && apk add texlive
RUN tlmgr install koma-script xpatch enumitem preprint braket algorithm2e ifoddpage relsize cancel cite
CMD /bin/bash