aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-02-03 10:46:50 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-02-03 10:46:50 +0100
commitb2c9887ef711f01fd338dd96df970ca72eb3c69b (patch)
tree448356ed3c522506dcad4f0b18038644659a8646
parentbd3001347502b7ca15b7a655b68b0cc81c8a6b1e (diff)
downloads2i-virtio-spec-b2c9887ef711f01fd338dd96df970ca72eb3c69b.tar.gz
use tex(name.sty) deps
-rw-r--r--Dockerfile66
1 files changed, 35 insertions, 31 deletions
diff --git a/Dockerfile b/Dockerfile
index c36cee0..3a6e8cd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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