dockerfile
This commit is contained in:
parent
fa7c655dc4
commit
577e00e904
22
docker/Dockerfile
Normal file
22
docker/Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user