diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-03 10:46:50 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-03 10:46:50 +0100 |
commit | b2c9887ef711f01fd338dd96df970ca72eb3c69b (patch) | |
tree | 448356ed3c522506dcad4f0b18038644659a8646 | |
parent | bd3001347502b7ca15b7a655b68b0cc81c8a6b1e (diff) | |
download | s2i-virtio-spec-b2c9887ef711f01fd338dd96df970ca72eb3c69b.tar.gz |
use tex(name.sty) deps
-rw-r--r-- | Dockerfile | 66 |
1 files changed, 35 insertions, 31 deletions
@@ -28,37 +28,41 @@ RUN dnf install -y liberation-fonts \ /usr/bin/pdflatex \ /usr/bin/xelatex \ \ - texlive-ae \ - texlive-babel \ - texlive-babel-english \ - texlive-chngcntr \ - texlive-courier \ - texlive-ellipsis \ - texlive-etoolbox \ - texlive-euenc \ - texlive-fancyhdr \ - texlive-fancyvrb \ - texlive-fontspec \ - texlive-framed \ - texlive-geometry \ - texlive-hyperref \ - texlive-lastpage \ - texlive-lineno \ - texlive-listings \ - texlive-mdwtools \ - texlive-multirow \ - texlive-parskip \ - texlive-placeins \ - texlive-rotating \ - texlive-setspace \ - texlive-titlesec \ - texlive-ucs \ - texlive-underscore \ - texlive-url \ - texlive-xcolor \ - texlive-xifthen \ - texlive-xltxtra \ - texlive-xstring \ + 'tex(ae.sty)' \ + 'tex(aecompl.sty)' \ + 'tex(array.sty)' \ + 'tex(babel.sty)' \ + 'tex(chngcntr.sty)' \ + 'tex(courier.sty)' \ + 'tex(ellipsis.sty)' \ + 'tex(etoolbox.sty)' \ + 'tex(fancyhdr.sty)' \ + 'tex(fancyvrb.sty)' \ + 'tex(fontenc.sty)' \ + 'tex(fontspec.sty)' \ + 'tex(framed.sty)' \ + 'tex(geometry.sty)' \ + 'tex(graphicx.sty)' \ + 'tex(hyperref.sty)' \ + 'tex(inputenc.sty)' \ + 'tex(lastpage.sty)' \ + 'tex(lineno.sty)' \ + 'tex(listings.sty)' \ + 'tex(longtable.sty)' \ + 'tex(mdwlist.sty)' \ + 'tex(multirow.sty)' \ + 'tex(parskip.sty)' \ + 'tex(placeins.sty)' \ + 'tex(rotating.sty)' \ + 'tex(setspace.sty)' \ + 'tex(tabularx.sty)' \ + 'tex(titlesec.sty)' \ + 'tex(underscore.sty)' \ + 'tex(url.sty)' \ + 'tex(xcolor.sty)' \ + 'tex(xifthen.sty)' \ + 'tex(xltxtra.sty)' \ + 'tex(xstring.sty)' \ \ zip git httpd; \ dnf clean all -y |