Skip to content

Commit 95e0a96

Browse files
huanthomasWeise
authored andcommitted
add pandoc & pandoc-citeproc for convenience (#1)
* add pandoc & pandoc-citeproc for convenience * should be `install` instead of `purge`
1 parent 14d0383 commit 95e0a96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

image/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ RUN export LANG=C.UTF-8 &&\
4444
texlive-pstricks=2015.2016* \
4545
texlive-science=2015.2016* \
4646
texlive-xetex=2015.2016* &&\
47+
# install pandoc
48+
apt-get install -f -y pandoc \
49+
pandoc-citeproc &&\
4750
# free huge amount of unused space
4851
apt-get purge -f -y make-doc \
4952
texlive-fonts-extra-doc \
@@ -72,4 +75,4 @@ VOLUME ["/doc/", "/usr/share/fonts/external/"]
7275

7376
ADD scripts /bin/
7477

75-
ENTRYPOINT ["/bin/__boot__.sh"]
78+
ENTRYPOINT ["/bin/__boot__.sh"]

0 commit comments

Comments
 (0)