Hi, Using latex in Docker on Rawhide gives an "I can't find the format file `latex.fmt'!" error. I have seen this before but I don't recall how to fix it. Mini reproducer using the following Dockerfile: FROM registry.fedoraproject.org/fedora:rawhide RUN dnf -y update RUN dnf -y install texlive RUN printf '\\documentclass{article}\n\\begin{document}\ntest\n\\end{document}' > test.tex RUN latex test.tex Any ideas? Thanks, Christoph -- Christoph Junghans Web: http://www.compphys.de _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx