diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 17:15:49 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 17:15:49 +0100 |
commit | 046a5e5e29a9108eb2f025f1c7fc8d61958e4f11 (patch) | |
tree | 3a6224b69c04792757fcc19fede3677f2d466cf3 /Dockerfile | |
parent | 879e47d0f0a6376ad36949f5df2d6a8fefcbe42f (diff) | |
download | s2i-virtio-spec-046a5e5e29a9108eb2f025f1c7fc8d61958e4f11.tar.gz |
add fonts
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ USER root RUN yum install -y liberation-fonts \ + texlive-amsfonts \ + texlive-latex-fonts \ + texlive-xetexfontinfo \ /usr/bin/htlatex \ /usr/bin/pdflatex \ /usr/bin/xelatex \ |