Skip to content
Snippets Groups Projects
Commit d2b6227d authored by ale's avatar ale
Browse files

Add the graphviz package

parent 2d4efcd4
No related branches found
No related tags found
No related merge requests found
Pipeline #57766 passed
FROM debian:stable-slim FROM debian:stable-slim
RUN apt-get update \ RUN apt-get update \
&& env DEBIAN_FRONTEND=noninteractive apt-get install -y pandoc texlive-full librsvg2-bin make \ && env DEBIAN_FRONTEND=noninteractive apt-get install -y pandoc texlive-full librsvg2-bin make graphviz \
&& rm -fr /var/lib/apt/lists/* /var/cache/apt/* && rm -fr /var/lib/apt/lists/* /var/cache/apt/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment