Skip to content

Commit

Permalink
Add pylatexenc to pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Sep 24, 2024
1 parent 30fb051 commit 50cc5c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/moosedocs_git_hub_pages_test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50cc5c3

Please sign in to comment.