From 562d2759996b6c0f3a514ce509d71015fd24f158 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 11 Jul 2022 13:24:05 +0200 Subject: [PATCH] Added graphviz as dependency --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 156bf95..7ae22a3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,7 +26,7 @@ _git_changed() { } echo "Installing dependencies..." -pip3 install -U pip wheel pyparsing pydot +pip3 install -U pip wheel pyparsing graphviz pydot pip3 install Django django-extensions pip3 install -r $INPUT_PIP_PATH