|
@ -10,7 +10,8 @@ RUN apt-get update \ |
|
|
&& apt-get install -y emacs |
|
|
&& apt-get install -y emacs |
|
|
|
|
|
|
|
|
# installing texlive base with pdflatex utility: |
|
|
# installing texlive base with pdflatex utility: |
|
|
RUN apt-get -y install \ |
|
|
|
|
|
|
|
|
RUN apt-get update \ |
|
|
|
|
|
&& apt-get -y install \ |
|
|
texlive-latex-base \ |
|
|
texlive-latex-base \ |
|
|
texlive-latex-extra \ |
|
|
texlive-latex-extra \ |
|
|
texlive-pictures \ |
|
|
texlive-pictures \ |
|
|