We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3767975 commit eb347bbCopy full SHA for eb347bb
Dockerfile
@@ -1,6 +1,7 @@
1
FROM pandoc/latex:latest
2
#RUN apk --no-cache add texlive-xetex texmf-dist-pictures texmf-dist-latexextra poppler-utils && texhash
3
-ADD http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh /tmp
4
-RUN sh /tmp/update-tlmgr-latest.sh -- --upgrade
5
-RUN tlmgr update --self --all
6
-RUN tlmgr install ifoddpage tikzpagenodes blindtext textpos && luaotfload-tool -fu
+#ADD http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh /tmp
+#RUN sh /tmp/update-tlmgr-latest.sh -- --upgrade
+#RUN tlmgr update --self --all
+RUN tlmgr update --all
7
+RUN tlmgr install ifoddpage tikzpagenodes blindtext textpos koma-script pdfpages && luaotfload-tool -fu
0 commit comments