aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-21 16:46:21 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-21 16:46:21 +0100
commit879e47d0f0a6376ad36949f5df2d6a8fefcbe42f (patch)
treecb7edbefa038d820759f9c8ea93fef6bf2ec53c3
parentde41e0045849321900af2525288d011034de7072 (diff)
downloads2i-virtio-spec-879e47d0f0a6376ad36949f5df2d6a8fefcbe42f.tar.gz
add packages
-rw-r--r--Dockerfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index adf67f3..3a663d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,10 +14,13 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \
USER root
-RUN yum install -y texlive-tetex \
+RUN yum install -y liberation-fonts \
/usr/bin/htlatex \
/usr/bin/pdflatex \
- /usr/bin/xelatex; \
+ /usr/bin/xelatex \
+ texlive-tetex \
+ texlive-metafont \
+ zip; \
yum clean all -y
RUN for file in /usr/libexec/s2i/*; do cp -v $file ${file}.httpd; done