Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored May 6, 2024
1 parent 0a74531 commit 8d3e687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update
RUN apt-get install -y fonts-ipafont graphviz openjdk-8-jre git curl
RUN curl -L https://sourceforge.net/projects/plantuml/files/plantuml.jar/download > /plantuml.jar
RUN curl -L https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar > /plantuml.jar

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 8d3e687

Please sign in to comment.