2020-06-22 10:51:31 +00:00
|
|
|
|
|
|
|
FROM debian:testing-slim
|
|
|
|
|
|
|
|
RUN apt-get -qq update && apt-get install -y \
|
|
|
|
biber \
|
|
|
|
texlive-bibtex-extra \
|
|
|
|
texlive-fonts-extra \
|
|
|
|
texlive-fonts-recommended \
|
|
|
|
texlive-formats-extra \
|
|
|
|
texlive-lang-czechslovak \
|
|
|
|
texlive-lang-english \
|
|
|
|
texlive-latex-extra \
|
|
|
|
texlive-latex-recommended \
|
|
|
|
texlive-luatex \
|
|
|
|
texlive-pictures \
|
|
|
|
texlive-publishers \
|
|
|
|
texlive-science \
|
|
|
|
texlive \
|
|
|
|
ghostscript \
|
2023-07-10 16:04:29 +00:00
|
|
|
latexmk \
|
2020-06-22 10:51:31 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
RUN rm -fr /var/lib/apt /var/cache/apt
|