From 04e76ebd28e83e5d3642639276a6963a8e7d0d4c Mon Sep 17 00:00:00 2001 From: Joel Krauska Date: Tue, 4 Nov 2025 21:12:22 -0800 Subject: [PATCH] graphviz for dot in Container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1463cef..7a76292 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ FROM docker.io/python:3.13-slim AS meshview-build RUN apt-get update && \ - apt-get install -y --no-install-recommends curl patch && \ + apt-get install -y --no-install-recommends curl patch graphviz && \ rm -rf /var/lib/apt/lists/* # Add a non-root user/group