Skip to content
Snippets Groups Projects
Commit 643e2a1c authored by Takashi Tamura's avatar Takashi Tamura
Browse files

Install pygments and minted [skip ci]

parent 6327143e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@ RUN apt-get update && apt-get -y upgrade \
&& apt-get -y install --no-install-recommends \
texlive-latex-base \
texlive-extra-utils \
biber chktex latexmk make \
texlive-latex-extra \
biber chktex latexmk make python3-pygments \
texlive-lang-chinese \
texlive-lang-japanese
......
......@@ -23,7 +23,8 @@ RUN apt-get update && apt-get -y upgrade \
&& apt-get -y install --no-install-recommends \
texlive-latex-base \
texlive-extra-utils \
biber chktex latexmk make \
texlive-latex-extra \
biber chktex latexmk make python3-pygments \
texlive-lang-chinese \
texlive-lang-japanese
......
......@@ -17,7 +17,8 @@ RUN apt-get update && apt-get -y upgrade \
&& apt-get -y install --no-install-recommends \
texlive-latex-base \
texlive-extra-utils \
biber chktex latexmk make \
texlive-latex-extra \
biber chktex latexmk make python3-pygments python3-pkg-resources \
texlive-lang-chinese \
texlive-lang-japanese
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment