Add graphviz and ruby.
This commit is contained in:
parent
e739ef12e9
commit
581347b9e2
2 changed files with 10 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue