Skip to content

Commit

Permalink
Install pygments and minted [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Feb 16, 2022
1 parent 6327143 commit 643e2a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/sid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion samples/docker/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 643e2a1

Please sign in to comment.