diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 14:31:09 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 14:31:09 +0100 |
commit | d57edafb96b18f5e1fd9a2bf53cf368c4b2cc071 (patch) | |
tree | 2a4357999fe3ee99ecad3b79fcf0bbb9e37fd7a5 | |
parent | c16cb9786491aa6db5160dabacc6c72b153c1e48 (diff) | |
download | s2i-virtio-spec-d57edafb96b18f5e1fd9a2bf53cf368c4b2cc071.tar.gz |
fix install
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ USER root RUN yum install -y texlive-tetex \ /usr/bin/htlatex \ /usr/bin/pdflatex \ - /usr/bin/xelatex + /usr/bin/xelatex; \ yum clean all -y RUN for file in /usr/libexec/s2i/*; do cp -v $file ${file}.httpd; done |