mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-31 01:28:32 +00:00
add missing graphviz
This commit is contained in:
parent
7e7ab0f676
commit
17522de1ee
@ -1,5 +1,6 @@
|
||||
FROM maven:3-jdk-8
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends graphviz && rm -rf /var/lib/apt/lists/*
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user