dockerfile

This commit is contained in:
Mirek Kratochvil 2020-06-22 12:51:31 +02:00
parent fa7c655dc4
commit 577e00e904

22
docker/Dockerfile Normal file
View File

@ -0,0 +1,22 @@
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 \
make
RUN rm -fr /var/lib/apt /var/cache/apt