Skip to content

Commit eb347bb

Browse files
author
Jeff Larkin
committed
tlmgr update broke the dockefile
1 parent 3767975 commit eb347bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM pandoc/latex:latest
22
#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
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 update --all
7+
RUN tlmgr install ifoddpage tikzpagenodes blindtext textpos koma-script pdfpages && luaotfload-tool -fu

0 commit comments

Comments
 (0)