Skip to content

Commit

Permalink
move to ubuntu container and install graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzaretti committed Oct 28, 2020
1 parent d4452d1 commit 70b5e7b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
FROM openjdk
FROM ubuntu

RUN apt-get update
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y install default-jre-headless
RUN apt-get -y install graphviz
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*


COPY plantuml.1.2020.16.jar /plantuml.jar

Expand Down

0 comments on commit 70b5e7b

Please sign in to comment.