Add graphviz and ruby.

This commit is contained in:
Michael Lipp 2024-06-18 13:11:38 +02:00
parent e739ef12e9
commit 581347b9e2
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,6 @@
FROM docker.io/fedora:40
RUN dnf install -y java-21-openjdk-headless nodejs python gcc gcc-c++ git podman
RUN dnf install -y java-21-openjdk-headless nodejs python \
gcc gcc-c++ git podman graphviz ruby
CMD ["/bin/bash"]