diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 16:46:21 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 16:46:21 +0100 |
commit | 879e47d0f0a6376ad36949f5df2d6a8fefcbe42f (patch) | |
tree | cb7edbefa038d820759f9c8ea93fef6bf2ec53c3 | |
parent | de41e0045849321900af2525288d011034de7072 (diff) | |
download | s2i-virtio-spec-879e47d0f0a6376ad36949f5df2d6a8fefcbe42f.tar.gz |
add packages
-rw-r--r-- | Dockerfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |