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