|
@ -12,6 +12,7 @@ RUN apt-get update \ |
|
|
# installing texlive base with pdflatex utility: |
|
|
# installing texlive base with pdflatex utility: |
|
|
RUN apt-get update \ |
|
|
RUN apt-get update \ |
|
|
&& apt-get -y install \ |
|
|
&& apt-get -y install \ |
|
|
|
|
|
# texlive-full # if you want full latex delete the first hash symbol (comment) and comment the lines 16 to 20 |
|
|
texlive-latex-base \ |
|
|
texlive-latex-base \ |
|
|
texlive-latex-extra \ |
|
|
texlive-latex-extra \ |
|
|
texlive-pictures \ |
|
|
texlive-pictures \ |
|
|