Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Apr 25, 2024
1 parent 35930be commit f47b2b1
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 @@ -4,8 +4,8 @@ FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update
RUN apt-get install -y fonts-ipafont graphviz wget openjdk-8-jre git curl
RUN wget -P / --content-disposition https://sourceforge.net/projects/plantuml/files/plantuml.jar/download
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

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit f47b2b1

Please sign in to comment.