Skip to content

Commit

Permalink
[U22_G12_C16] Add package for Alien doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexlHer committed Mar 14, 2024
1 parent fb75ecf commit 5e3b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/doc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=Europe/Paris

RUN apt-get update -y \
&& apt-get install -y texlive-full graphviz \
&& apt-get install -y texlive-full graphviz python3-sphinx python3-breathe python3-exhale \
&& rm -rf /var/lib/apt/lists/*

RUN cd /tmp \
Expand Down

0 comments on commit 5e3b58f

Please sign in to comment.