Create DOCKERFILE
This commit is contained in:
parent
46cee7cd36
commit
36f9a861db
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 &&\
|
Loading…
Reference in New Issue
Block a user