2020-05-18 22:26:42 +00:00
|
|
|
FROM bnord01/docker-latex-pygments
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
|
|
cabal-install \
|
|
|
|
cabal update && \
|
|
|
|
cabal install --dependencies-only \
|
|
|
|
pandoc \
|
|
|
|
pandoc-citeproc \
|
|
|
|
pandoc-citeproc-preamble \
|
|
|
|
pandoc-crossref \
|
|
|
|
latex-formulae-pandoc &&\
|
|
|
|
cabal install pandoc \
|
|
|
|
pandoc-citeproc \
|
|
|
|
pandoc-citeproc-preamble \
|
|
|
|
pandoc-crossref \
|
2020-05-18 22:30:55 +00:00
|
|
|
latex-formulae-pandoc
|
|
|
|
|
|
|
|
ENV PANDOC_DIR=/root/.cabal/bin/
|
|
|
|
|
|
|
|
ENV PATH=${PATH}:${PANDOC_DIR}
|