graphviz for dot in Container

This commit is contained in:
Joel Krauska
2025-11-04 21:12:22 -08:00
parent 04051bc00a
commit 04e76ebd28
+1 -1
View File
@@ -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