aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 06:17:22 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 06:17:22 +0100
commitbbc40bb7524c1f4fc3adb32ae4744249edefb628 (patch)
tree4428718f349e47f9f1152f26380c211722206766 /Dockerfile
parentf2af5a0ebe37f0c265eb983e5d12ab35d6d0746d (diff)
downloads2i-virtio-spec-bbc40bb7524c1f4fc3adb32ae4744249edefb628.tar.gz
add packages
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile33
1 files changed, 30 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index d44554d..2b2960e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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