Lots of updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM pandoc/latex:latest
|
||||
RUN tlmgr update --self \
|
||||
&& tlmgr install enumitem sectsty underscore
|
||||
FROM ubuntu:latest
|
||||
RUN apt-get update && apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-recommended
|
||||
WORKDIR /data
|
||||
VOLUME ["/data"]
|
||||
ENTRYPOINT ["pandoc"]
|
||||
|
||||
Reference in New Issue
Block a user