1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-01 08:00:48 +00:00

add missing graphviz

This commit is contained in:
Ondrej Esler 2017-03-07 16:10:36 +01:00
parent 7e7ab0f676
commit 17522de1ee

View File

@ -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