We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d0383 commit 95e0a96Copy full SHA for 95e0a96
image/Dockerfile
@@ -44,6 +44,9 @@ RUN export LANG=C.UTF-8 &&\
44
texlive-pstricks=2015.2016* \
45
texlive-science=2015.2016* \
46
texlive-xetex=2015.2016* &&\
47
+# install pandoc
48
+ apt-get install -f -y pandoc \
49
+ pandoc-citeproc &&\
50
# free huge amount of unused space
51
apt-get purge -f -y make-doc \
52
texlive-fonts-extra-doc \
@@ -72,4 +75,4 @@ VOLUME ["/doc/", "/usr/share/fonts/external/"]
72
75
73
76
ADD scripts /bin/
74
77
-ENTRYPOINT ["/bin/__boot__.sh"]
78
+ENTRYPOINT ["/bin/__boot__.sh"]
0 commit comments