This commit is contained in:
parent
b2c519bed2
commit
f776bfbdba
11
Dockerfile
11
Dockerfile
|
@ -21,8 +21,15 @@ RUN mv pandoc-${PANDOC_VERSION}/bin/* /usr/bin/ \
|
|||
&& rm -rf download
|
||||
RUN apt-get install -y \
|
||||
git \
|
||||
texlive-full \
|
||||
texlive-latex-recommended \
|
||||
texlive-xetex \
|
||||
texlive-science \
|
||||
texlive-pictures \
|
||||
biber \
|
||||
texlive-bibtex-extra \
|
||||
texlive-extra-utils \
|
||||
python3-pygments \
|
||||
python3-pip \
|
||||
inkscape
|
||||
RUN pip install --upgrade pygments
|
||||
RUN python3 -m pip install --upgrade pygments
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user