Skip to content

Commit 304e6e5

Browse files
committed
To make sure diagram generation works in the docker image
we have to add graphviz.
1 parent c233b58 commit 304e6e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ RUN mvn package
99

1010
FROM tomcat:9.0-jdk17
1111

12+
RUN apt update -y && apt install graphviz -y
13+
1214
RUN rm -rf /usr/local/tomcat/webapps/*
1315

1416
COPY --from=builder /build/shacl-play/target/*.war /usr/local/tomcat/webapps/ROOT.war

0 commit comments

Comments
 (0)