From 879e47d0f0a6376ad36949f5df2d6a8fefcbe42f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 21 Nov 2019 16:46:21 +0100 Subject: add packages --- Dockerfile | 7 +++++-- 1 file 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 " \ 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 -- cgit