Init commit

This commit is contained in:
Ethanell 2020-02-04 15:02:05 +01:00
commit 921ace1633
2 changed files with 12 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM debian:buster-slim
MAINTAINER flifloo
RUN apt update && apt upgrade -y \
&& apt install texlive texlive-latex-base texlive-latex-extra texlive-lang-french -y \
&& apt-get clean && rm -rf /var/lib/apt/lists/

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# Latex
A docker to export to PDF latex file
**This image is made for CI/CD !**