latex-docker/Dockerfile

8 lines
216 B
Text
Raw Normal View History

2020-02-04 15:02:05 +01:00
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/