latex
Compile a DVI document from LaTeX source files. More information: <https://www.latex-project.org>.
RUN apt-get update && \
apt-get install -y texlive-latex-base
RUN apt-get update && \
apt-get install -y texlive-latex-base
RUN pacman -S --noconfirm texlive-latex-base
RUN apt-get update && \
apt-get install -y texlive-latex-base
RUN yum install -y texlive-latex-base
RUN dnf install -y texlive-latex-base
RUN apt-get update && \
apt-get install -y texlive-latex-base