aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
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