From 13a0ec0e1bab2a1b58750e15bb0aa0663f985117 Mon Sep 17 00:00:00 2001 From: Jason N Date: Mon, 23 Oct 2023 14:18:25 +1100 Subject: [PATCH] Fix missing fonts in sphinx image --- Dockerfile.sphinx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.sphinx b/Dockerfile.sphinx index fccc176..7ed1300 100644 --- a/Dockerfile.sphinx +++ b/Dockerfile.sphinx @@ -20,4 +20,6 @@ RUN apt-get update && \ texlive-xetex \ tzdata \ xindy && \ - pip3 install six sphinx_rtd_theme + pip3 install six sphinx_rtd_theme && \ + echo "/usr/share/texlive/texmf-dist/fonts/opentype" > /etc/fonts/conf.d/09-texlive-fonts-extra.conf && \ + fc-cache