Install missing TeX packages for R 4.1 in openSUSE
R 4.1 now additionally requires texlive-ae and texlive-fancyvrb for PDF doc generation (stats package).
This commit is contained in:
parent
0098d79df4
commit
1c168731cd
3 changed files with 6 additions and 0 deletions
|
|
@ -43,9 +43,11 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
|||
shadow \
|
||||
tcl-devel \
|
||||
texinfo \
|
||||
texlive-ae \
|
||||
texlive-bibtex \
|
||||
texlive-cm-super \
|
||||
texlive-dvips \
|
||||
texlive-fancyvrb \
|
||||
texlive-helvetic \
|
||||
texlive-inconsolata \
|
||||
texlive-latex \
|
||||
|
|
|
|||
|
|
@ -43,9 +43,11 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
|||
shadow \
|
||||
tcl-devel \
|
||||
texinfo \
|
||||
texlive-ae \
|
||||
texlive-bibtex \
|
||||
texlive-cm-super \
|
||||
texlive-dvips \
|
||||
texlive-fancyvrb \
|
||||
texlive-helvetic \
|
||||
texlive-inconsolata \
|
||||
texlive-latex \
|
||||
|
|
|
|||
|
|
@ -42,9 +42,11 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
|||
shadow \
|
||||
tcl-devel \
|
||||
texinfo \
|
||||
texlive-ae \
|
||||
texlive-bibtex \
|
||||
texlive-cm-super \
|
||||
texlive-dvips \
|
||||
texlive-fancyvrb \
|
||||
texlive-helvetic \
|
||||
texlive-inconsolata \
|
||||
texlive-latex \
|
||||
|
|
|
|||
Loading…
Reference in a new issue