Skip to content

Commit

Permalink
support: add dvipng to doctest container
Browse files Browse the repository at this point in the history
While the doctest container dropped the full TeX Live setup, some
workflows need `dvipng` to be available; adding the package.

Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Apr 7, 2024
1 parent d05075d commit c70b3fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --assume-yes \
# Support PNG generation in LaTeX documents
dvipng \
# Sphinx internationalization support
gettext \
# Graphviz support
Expand Down

0 comments on commit c70b3fc

Please sign in to comment.