Skip to content

Commit

Permalink
add likely missing latex dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Ponza committed Mar 13, 2020
1 parent 779db18 commit 22291b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dev/docker/doc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ RUN apt-get update \
llvm-dev \
clang \
libclang-dev \
cm-super-minimal \
ghostscript \
graphviz \
texlive-latex-recommended \
texlive-latex-extra \
texlive-fonts-recommended \
texlive-font-utils \
texlive-extra-utils \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 22291b0

Please sign in to comment.