diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 06:17:22 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 06:17:22 +0100 |
commit | bbc40bb7524c1f4fc3adb32ae4744249edefb628 (patch) | |
tree | 4428718f349e47f9f1152f26380c211722206766 | |
parent | f2af5a0ebe37f0c265eb983e5d12ab35d6d0746d (diff) | |
download | s2i-virtio-spec-bbc40bb7524c1f4fc3adb32ae4744249edefb628.tar.gz |
add packages
-rw-r--r-- | Dockerfile | 33 |
1 files changed, 30 insertions, 3 deletions
@@ -19,12 +19,39 @@ RUN yum install -y liberation-fonts \ texlive-cm \ texlive-latex-fonts \ texlive-xetexfontinfo \ + \ + texlive-tetex \ + texlive-metafont \ /usr/bin/htlatex \ /usr/bin/pdflatex \ /usr/bin/xelatex \ - texlive-tetex \ - texlive-metafont \ - texlive-parskip \ + \ + texlive-babel \ + texlive-chngcntr \ + texlive-courier \ + texlive-etoolbox \ + texlive-fancyhdr \ + texlive-fancyvrb \ + texlive-fontspec \ + texlive-framed \ + texlive-geometry \ + texlive-hyperref \ + texlive-lastpage \ + texlive-lineno \ + texlive-listings \ + texlive-multirow \ + texlive-parskip \ + texlive-placeins \ + texlive-rotating \ + texlive-setspace \ + texlive-titlesec \ + texlive-underscore \ + texlive-url \ + texlive-xcolor \ + texlive-xifthen \ + texlive-xltxtra \ + texlive-xstring \ + \ zip; \ yum clean all -y |