Skip to content
Snippets Groups Projects
Commit 01d40726 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: CI docker image comes with graphviz now.

parent 10af549a
No related branches found
No related tags found
No related merge requests found
Pipeline #15795 passed
Pipeline: caosdb-cppinttest

#15797

    ......@@ -3,7 +3,7 @@ FROM debian:buster-backports
    RUN apt-get update
    RUN apt-get install -y cmake/buster-backports
    RUN apt-get install -y lcov
    RUN apt-get install -y doxygen
    RUN apt-get install -y doxygen graphviz
    RUN apt-get install -y clang-format-11 clang-tidy-11
    RUN apt-get install -y python3-pip
    RUN apt-get install -y git
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment