From 50cc5c3f1222313abe4d62f792f4ee359f5ef0fa Mon Sep 17 00:00:00 2001 From: Alexander Blair Date: Tue, 24 Sep 2024 10:03:26 +0100 Subject: [PATCH] Add pylatexenc to pip installs --- docker/moosedocs_git_hub_pages_test/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/moosedocs_git_hub_pages_test/Dockerfile b/docker/moosedocs_git_hub_pages_test/Dockerfile index d28982d..ac8d863 100644 --- a/docker/moosedocs_git_hub_pages_test/Dockerfile +++ b/docker/moosedocs_git_hub_pages_test/Dockerfile @@ -6,8 +6,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install graphviz RUN pip install --no-cache-dir livereload && \ - pip install --no-cache-dir pybtex - + pip install --no-cache-dir pybtex && \ + pip install --no-cache-dir pylatexenc + # By default four cores are used to compile ARG compile_cores=4