Updating the make file to use podman and resume headers

This commit is contained in:
2025-08-25 15:15:20 -04:00
parent b5d7cacd88
commit 3e41fd0ac2
6 changed files with 15 additions and 21 deletions

View File

@@ -1,8 +1,5 @@
FROM debian:latest
RUN apt-get update
RUN apt-get install -y texlive-base texlive-bibtex-extra texlive-fonts-recommended texlive-fonts-extra texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-science pandoc
RUN mkdir /data
FROM pandoc/latex:latest
RUN tlmgr update --self \
&& tlmgr install enumitem sectsty underscore
WORKDIR /data
VOLUME ["/data"]