Skip to content

Commit

Permalink
add graphviz to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
cybernop committed Mar 4, 2025
1 parent 89bb1b6 commit 4f47b76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile.base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RUN apt update \
openjdk-21-jre \
ruby-full \
build-essential \
zlib1g-dev
zlib1g-dev \
python3-pydot \
graphviz

ENV GEM_HOME=/root/gems
ENV PATH=$GEM_HOME/bin:$PATH
Expand Down

0 comments on commit 4f47b76

Please sign in to comment.