From e3e23e72f49be46fb4a73423d92d138c3d115c7b Mon Sep 17 00:00:00 2001 From: Krzysztof Szyper <45788587+ChristophShyper@users.noreply.github.com> Date: Wed, 13 Jul 2022 12:28:24 +0200 Subject: [PATCH] Add graphviz to basic image Useful for `terraform graph` execution. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a17053c4..91a710a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ RUN apt-get update -y ;\ apt-get install --no-install-recommends -y \ bc \ docker \ + graphviz \ hub \ make \ ncurses-base \