Updating the make file to use podman and resume headers
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user