Create DOCKERFILE
This commit is contained in:
15
DOCKERFILE
Normal file
15
DOCKERFILE
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
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 \
|
||||||
|
latex-formulae-pandoc &&\
|
Reference in New Issue
Block a user