Skip to content

Commit bcf8792

Browse files
committed
Include Graphviz
1 parent 263d756 commit bcf8792

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.verchew.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ version = 2020
2323
cli = poetry
2424
version = 1
2525

26+
[Graphviz]
27+
28+
cli = dot
29+
cli_version_arg = -V
30+
version = 2
31+
2632
[Java]
2733

2834
cli = java

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ firefox --version
3434
RUN curl -L https://github.com/mozilla/geckodriver/releases/download/v0.28.0/geckodriver-v0.28.0-linux64.tar.gz \
3535
| sudo tar xz -C /usr/local/bin && \
3636
geckodriver --version
37+
38+
# Graphviz
39+
40+
RUN sudo apt install graphviz && \
41+
dot -V

0 commit comments

Comments
 (0)