diff options
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,14 +16,15 @@ RUN dnf update -y && \ dnf install -y liberation-fonts \ texlive-amsfonts \ texlive-cm \ + texlive-courier \ texlive-latex-fonts \ texlive-metafont \ texlive-metapost \ - texlive-tex4ht \ texlive-xetexfontinfo \ texlive-zapfding \ \ texlive-tetex \ + texlive-tex4ht \ /usr/bin/htlatex \ /usr/bin/pdflatex \ /usr/bin/xelatex \ |