From abf6efc568f8b110ac805fc5d8ad0810b2e52e22 Mon Sep 17 00:00:00 2001 From: Ethan Kromhout Date: Wed, 8 Sep 2021 02:48:44 -0400 Subject: [PATCH] Graphviz dot support for graphics --- Workbench/midpoint_server/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Workbench/midpoint_server/Dockerfile b/Workbench/midpoint_server/Dockerfile index 82f1cef..876daca 100644 --- a/Workbench/midpoint_server/Dockerfile +++ b/Workbench/midpoint_server/Dockerfile @@ -24,6 +24,7 @@ COPY container_files/system/setservername.sh /usr/local/bin/ RUN chmod 755 /usr/local/bin/setservername.sh #set hostname RUN /usr/local/bin/setservername.sh +RUN yum install -y graphviz #COPY container_files/supervisor/supervisord.conf /etc/supervisor/